diff options
author | Frankie B <floppydisk05@aol.com> | 2022-09-16 23:07:51 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-09-16 23:07:51 +0000 |
commit | 1d76709b910e260b77e29ed84afc52bb77d10da5 (patch) | |
tree | c8300246cdd534a6bf984fa3bce38b3b0c293cce /res/js/themeswap.js | |
parent | 6ffd5d8c5c48c8c436d4dcf4ea5ed340e1a22438 (diff) |
Rename .min.css files to .css
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; |