großes testen beginnt
This commit is contained in:
parent
01be3564b1
commit
77f2a54d5d
@ -1,5 +1,5 @@
|
||||
var themes = [ {
|
||||
file : 'cyber.css',
|
||||
file : '.s/cyber.css',
|
||||
label : 'Cyber',
|
||||
id : 'cyber'
|
||||
}, {
|
||||
@ -23,13 +23,13 @@ function updateCss() {
|
||||
|
||||
if (theme.id === localStorage.selectedTheme) {
|
||||
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++) {
|
||||
var element = document.head.children[i];
|
||||
@ -115,4 +115,4 @@ if (!DISABLE_JS) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}*/
|
||||
|
Loading…
Reference in New Issue
Block a user