summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-29 16:56:40 +0300
committerAndrew Dolgov <[email protected]>2018-06-29 16:56:40 +0300
commit9eb03d82b664cd72f94e844109a931a084d8ffbb (patch)
tree4ca0dab505bbfbbdac3f03e1dee49e8e3d98a8ca /js
parentf1aa90fa6c4599107cee9149220da617b66b527e (diff)
cleanup toc displays; fix generated toc; reinstate offline list covers
Diffstat (limited to 'js')
-rw-r--r--js/offline.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/offline.js b/js/offline.js
index a3448a1..a7c8dcf 100644
--- a/js/offline.js
+++ b/js/offline.js
@@ -127,6 +127,8 @@ function populate_list() {
if (cover) {
+ cell.find("img").attr("src", cover);
+
cell.find(".series_link")
.attr("title", info.series_name + " [" + info.series_index + "]")
.attr("href", "offline.html?query=" + encodeURIComponent(info.series_name));