diff --git a/frontend/src/ts/account/pb-tables.ts b/frontend/src/ts/account/pb-tables.ts index 18138011d..0d408de16 100644 --- a/frontend/src/ts/account/pb-tables.ts +++ b/frontend/src/ts/account/pb-tables.ts @@ -6,13 +6,13 @@ import { get as getTypingSpeedUnit } from "../utils/typing-speed-units"; function clearTables(isProfile: boolean): void { const source = isProfile ? "Profile" : "Account"; - const showAllButton = `
`; +`; const htmlToShow = isProfile ? "" : showAllButton; @@ -103,13 +103,13 @@ export function update( const showAllButton = isProfile ? "" - : ` `; + `; $(`.page${source} .profile .pbsTime`).append(text + showAllButton); diff --git a/frontend/static/html/pages/account.html b/frontend/static/html/pages/account.html index 537f9fb6c..ef9289182 100644 --- a/frontend/static/html/pages/account.html +++ b/frontend/static/html/pages/account.html @@ -112,46 +112,6 @@