Skip to content

Commit

Permalink
fix(about page): ad wrappers always visible even if ads are disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Mar 8, 2024
1 parent c4446e9 commit 4b3c9f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/ts/pages/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,6 @@ export const page = new Page(
}
);

Skeleton.save("pageAbout");
$(() => {
Skeleton.save("pageAbout");
});

0 comments on commit 4b3c9f2

Please sign in to comment.