bin duhm :3

This commit is contained in:
sirx 2016-11-05 18:08:21 +01:00
parent aa9ddf2bbe
commit 01be3564b1
3 changed files with 3 additions and 3 deletions

View File

@ -31,6 +31,6 @@
});
});
</script>
<script src="theme.js"></script>
<script src="./s/theme.js"></script>
</body>
</html>

View File

@ -78,6 +78,6 @@
var x = document.getElementById("player");
x.volume = 0.3;
</script>
<script src="theme.js"></script>
<script src="./s/theme.js"></script>
</body>
</html>

View File

@ -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();