diff --git a/s/index.tpl.html b/s/index.tpl.html index 3af8a56..b037ef0 100644 --- a/s/index.tpl.html +++ b/s/index.tpl.html @@ -31,6 +31,6 @@ }); }); - + diff --git a/s/item.tpl.html b/s/item.tpl.html index 4959c82..9f5f391 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -78,6 +78,6 @@ var x = document.getElementById("player"); x.volume = 0.3; - + diff --git a/s/theme.js b/s/theme.js index 6fab3a4..cc4dd45 100644 --- a/s/theme.js +++ b/s/theme.js @@ -47,7 +47,7 @@ if (!DISABLE_JS) { themes[i].element = document.createElement('link'); themes[i].element.type = 'text/css'; themes[i].element.rel = 'stylesheet'; - themes[i].element.href = '/' + themes[i].file; + themes[i].element.href = './s/' + themes[i].file; } updateCss();