summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-04 10:26:05 +0300
committerAndrew Dolgov <[email protected]>2018-07-04 10:26:05 +0300
commite0813fa16d716df735562866353b291fcd4c2bd0 (patch)
treeca682c1c1c2c440f40b86d61e07874464642207b /read.html
parent6287dec914b87213932f959dbe079bc36a5a5add (diff)
load gray.css properly inside iframe
Diffstat (limited to 'read.html')
-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) {