summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-05 23:55:31 +0300
committerAndrew Dolgov <[email protected]>2009-02-05 23:55:31 +0300
commit983a6a9c96d0d7979ad7df88ec553363b5382be3 (patch)
tree64a6f176cdde2f477af4a3aac8fb969f648a6768 /offline.js
parentd6416405f1e1ddfa4a5a7ffd80355a4f3f67d46c (diff)
offline: show categories in feedlist (2)
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/offline.js b/offline.js
index 81cc5b37b..62c844cf9 100644
--- a/offline.js
+++ b/offline.js
@@ -496,6 +496,10 @@ function render_offline_feedlist() {
rs.close();
+ if (cats_enabled) {
+ tmp += "</ul>";
+ }
+
tmp += "</ul>";
render_feedlist(tmp);