summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--read.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.html b/read.html
index d5fd807..0a0f02e 100644
--- a/read.html
+++ b/read.html
@@ -267,7 +267,8 @@
var res_names = [ "lib/bootstrap/v3/js/jquery.js", "lib/jquery.mobile.custom.js",
"css/transitions.css",
"js/reader.js", "css/reader.css", "js/dict.js",
- "themes/default.css", "themes/mocca.css", "themes/night.css", "themes/plan9.css" ];
+ "themes/default.css", "themes/mocca.css", "themes/night.css",
+ "themes/plan9.css", "themes/gray.css" ];
for (var i = 0; i < res_names.length; i++) {
fetch(res_names[i], {credentials: 'same-origin'}).then(function(resp) {