Skip to content

Commit

Permalink
docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging authored Dec 17, 2023
1 parent 1274bbd commit d14159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docfx/template/public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function initializePage(event) {
let isDeprecated = false;
if (apiTitle.innerText.endsWith(' Deprecated')) {
isDeprecated = true;
apiTitle.innerText.replace(/ Deprecated$/, '');
apiTitle.innerText = apiTitle.innerText.replace(/ Deprecated$/, '');
}

if (apiTitle.dataset?.commentid?.at(1) == ':') {
Expand Down

0 comments on commit d14159d

Please sign in to comment.