diff options
Diffstat (limited to 'res/js/themeswap.js')
-rwxr-xr-x | res/js/themeswap.js | 2 |
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; |