From: Andrew Dolgov Date: Thu, 5 Feb 2009 20:55:31 +0000 (+0300) Subject: offline: show categories in feedlist (2) X-Git-Tag: 1.3.1~74 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=983a6a9c96d0d7979ad7df88ec553363b5382be3;p=tt-rss.git offline: show categories in feedlist (2) --- diff --git a/offline.js b/offline.js index 81cc5b37..62c844cf 100644 --- a/offline.js +++ b/offline.js @@ -496,6 +496,10 @@ function render_offline_feedlist() { rs.close(); + if (cats_enabled) { + tmp += ""; + } + tmp += ""; render_feedlist(tmp);