summaryrefslogtreecommitdiff
path: root/client/simple/src/js/core/nojs.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/js/core/nojs.ts')
-rw-r--r--client/simple/src/js/core/nojs.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/simple/src/js/core/nojs.ts b/client/simple/src/js/core/nojs.ts
deleted file mode 100644
index 65c62dd90..000000000
--- a/client/simple/src/js/core/nojs.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-// SPDX-License-Identifier: AGPL-3.0-or-later
-
-import { ready } from "./toolkit.ts";
-
-ready(() => {
- document.documentElement.classList.remove("no-js");
- document.documentElement.classList.add("js");
-});