From a6d314b753d7e79da06c733efd5a96caf9b5f562 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Jan 2020 13:14:47 +0300 Subject: support dark mode for login form --- js/utility.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/utility.js') 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) { -- cgit v1.2.3