summaryrefslogtreecommitdiffstats
path: root/assets/js/themes.js
diff options
context:
space:
mode:
authormeow <woem>2022-04-20 11:38:24 +0300
committermeow <woem>2022-04-25 10:12:16 +0300
commiteb7e48b05999b29670a2de80e6f53bd8b4fd8d15 (patch)
tree67caa71a54d013b96975760bf3d9813bfba5351c /assets/js/themes.js
parent2ea986326d1a64c294025b79088032f3c77e8320 (diff)
downloadinvidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.tar.gz
invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.tar.bz2
invidious-eb7e48b05999b29670a2de80e6f53bd8b4fd8d15.zip
use strict
Diffstat (limited to 'assets/js/themes.js')
-rw-r--r--assets/js/themes.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/themes.js b/assets/js/themes.js
index 0214a7f0..2f4680c7 100644
--- a/assets/js/themes.js
+++ b/assets/js/themes.js
@@ -1,3 +1,4 @@
+'use strict';
var toggle_theme = document.getElementById('toggle_theme');
toggle_theme.href = 'javascript:void(0);';