Fix a bug with theme.js

This commit is contained in:
calzoneman 2014-08-19 00:23:05 -05:00
parent 020e2326b5
commit 3d6aaf0e1f

View file

@ -11,7 +11,7 @@
}
}
if (theme == null || !theme.match(/^\/css\/themes\/\w+.css$/)) {
if (theme == null || !theme.match(/^\/css\/themes\/.+?.css$/)) {
return;
}