aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-09-04 00:25:49 +0000
committerFrankie B <floppydisk05@aol.com>2022-09-04 00:25:49 +0000
commit8677395d2d186dd2d1871ca2ff2b4ef0dee8a74f (patch)
treeb7d12f9c918da2557a0c0664f0cffc22c6baa7c9 /res
parentb00662b1fedd298beee82aa5ba960631101c26d1 (diff)
Changes
Diffstat (limited to 'res')
-rwxr-xr-xres/js/themeswap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/js/themeswap.js b/res/js/themeswap.js
index 12969a0..6ea7268 100755
--- a/res/js/themeswap.js
+++ b/res/js/themeswap.js
@@ -23,4 +23,4 @@ function toggleTheme() {
currentTheme = otherTheme[currentTheme] || 'light';
localStorage.setItem('theme', currentTheme);
addStyleSheet(currentTheme, 'theme');
-} \ No newline at end of file
+}