diff --git a/resources/common.js b/resources/common.js
index 0b0fb74..ca30d2b 100644
--- a/resources/common.js
+++ b/resources/common.js
@@ -421,8 +421,4 @@ $(function() {
DarkReader.enable();
}
})
-});
-
-if (localStorage.getItem("darkmode") === "true") {
- DarkReader.enable();
-}
+});
\ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index 991b3f9..b771565 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -74,6 +74,11 @@
+
{% compress js %}
{% if INLINE_JQUERY %}