]> git.wh0rd.org - tt-rss.git/commitdiff
offline: show categories in feedlist (2)
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 5 Feb 2009 20:55:31 +0000 (23:55 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 5 Feb 2009 20:55:31 +0000 (23:55 +0300)
offline.js

index 81cc5b37b08a9febf56d90d9ead744bbd0c80315..62c844cf92f2a38138af733f692b016458eef241 100644 (file)
@@ -496,6 +496,10 @@ function render_offline_feedlist() {
 
                rs.close();
 
+               if (cats_enabled) {
+                       tmp += "</ul>";
+               }
+
                tmp += "</ul>";
 
                render_feedlist(tmp);