aboutsummaryrefslogtreecommitdiff
path: root/res/js
diff options
context:
space:
mode:
Diffstat (limited to 'res/js')
-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 6ea7268..e619471 100755
--- a/res/js/themeswap.js
+++ b/res/js/themeswap.js
@@ -1,5 +1,5 @@
function addStyleSheet(name, id) {
- var path = '/res/css/' + name + '.min.css';
+ var path = '/res/css/' + name + '.css';
var old = document.getElementById(id);
if (old && (old.href != path)) {
old.href = path;