Fix a bug with theme.js
This commit is contained in:
parent
020e2326b5
commit
3d6aaf0e1f
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (theme == null || !theme.match(/^\/css\/themes\/\w+.css$/)) {
|
if (theme == null || !theme.match(/^\/css\/themes\/.+?.css$/)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue