bin duhm :3
This commit is contained in:
parent
aa9ddf2bbe
commit
01be3564b1
|
@ -31,6 +31,6 @@
|
|||
});
|
||||
});
|
||||
</script>
|
||||
<script src="theme.js"></script>
|
||||
<script src="./s/theme.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user