From 3d6aaf0e1fc68d17211a82d0f8a2daeba42cae2a Mon Sep 17 00:00:00 2001 From: calzoneman Date: Tue, 19 Aug 2014 00:23:05 -0500 Subject: [PATCH] Fix a bug with theme.js --- www/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/theme.js b/www/js/theme.js index e5588b0e..0d1e38be 100644 --- a/www/js/theme.js +++ b/www/js/theme.js @@ -11,7 +11,7 @@ } } - if (theme == null || !theme.match(/^\/css\/themes\/\w+.css$/)) { + if (theme == null || !theme.match(/^\/css\/themes\/.+?.css$/)) { return; }