summaryrefslogtreecommitdiff
path: root/js/utility.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-23 13:14:47 +0300
committerAndrew Dolgov <[email protected]>2020-01-23 13:14:47 +0300
commita6d314b753d7e79da06c733efd5a96caf9b5f562 (patch)
treefb23038afc729a21c83369dd83a75dd7a7799db1 /js/utility.js
parent3b29e865b0b0718dde8f1a1cab3f7c8406ec424c (diff)
support dark mode for login form
Diffstat (limited to 'js/utility.js')
-rw-r--r--js/utility.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/utility.js b/js/utility.js
index 899dbeb02..16d4b8b95 100644
--- a/js/utility.js
+++ b/js/utility.js
@@ -1,3 +1,5 @@
+/* TODO: this should probably be something like night_mode.js since it does nothing specific to utility scripts */2
+
Event.observe(window, "load", function() {
const UtilityJS = {
apply_night_mode: function (is_night, link) {