try fixing theme switcher
This commit is contained in:
parent
0623077a40
commit
63e2614983
@ -34,7 +34,7 @@ function enable_theme(prefix, name) {
|
||||
if (name) {
|
||||
var style = document.createElement("style");
|
||||
style.setAttribute("id", "current_theme");
|
||||
style.innerHTML="@import('"+prefix+"static/"+name+".css')";
|
||||
style.innerHTML='@import("'+prefix+"static/"+name+'.css")';
|
||||
document.head.appendChild(style);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user