mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
refactor: remove unnecessary code
This commit is contained in:
parent
995f71d4ed
commit
4dc137fe21
1 changed files with 0 additions and 3 deletions
|
|
@ -42,9 +42,6 @@ $(document).ready(() => {
|
|||
CookiesModal.check();
|
||||
|
||||
$("body").css("transition", "background .25s, transform .05s");
|
||||
if (Config.quickRestart !== "off") {
|
||||
$("#restartTestButton").addClass("hidden");
|
||||
}
|
||||
const merchBannerClosed =
|
||||
window.localStorage.getItem("merchbannerclosed") === "true";
|
||||
if (!merchBannerClosed) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue