großes testen beginnt

This commit is contained in:
sirx 2016-11-05 18:15:38 +01:00
parent 01be3564b1
commit 77f2a54d5d

View File

@ -1,5 +1,5 @@
var themes = [ { var themes = [ {
file : 'cyber.css', file : '.s/cyber.css',
label : 'Cyber', label : 'Cyber',
id : 'cyber' id : 'cyber'
}, { }, {
@ -23,13 +23,13 @@ function updateCss() {
if (theme.id === localStorage.selectedTheme) { if (theme.id === localStorage.selectedTheme) {
addedTheme = theme.element; addedTheme = theme.element;
document.head.insertBefore(theme.element, customCss); document.head.insertBefore(theme.element, style);
} }
} }
} }
if (!DISABLE_JS) { /*if (!DISABLE_JS) {
for (var i = 0; i < document.head.children.length; i++) { for (var i = 0; i < document.head.children.length; i++) {
var element = document.head.children[i]; var element = document.head.children[i];
@ -115,4 +115,4 @@ if (!DISABLE_JS) {
} }
} }*/