From 01be3564b10c11f4f379de4892a00358a2cdcb51 Mon Sep 17 00:00:00 2001 From: sirx Date: Sat, 5 Nov 2016 18:08:21 +0100 Subject: [PATCH] bin duhm :3 --- s/index.tpl.html | 2 +- s/item.tpl.html | 2 +- s/theme.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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();