summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-02 15:29:15 +0300
committerAndrew Dolgov <[email protected]>2009-02-02 15:29:15 +0300
commit8b44cb2b6071686cc51e7fef32741d19a5d8f9ed (patch)
tree8fc1ab2f452beabd0aca58b8f2b5feb6af4b6ed8 /tt-rss.js
parent9b7ecc0ac790c611965e6a2359a06f95b2bbc38c (diff)
gears: render last saved feedlist in offline init
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index da88d3d69..ad8faa833 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1495,8 +1495,9 @@ function init_offline() {
try {
offline_mode = true;
- remove_splash();
+ render_feedlist(cache_find("FEEDLIST"));
+ remove_splash();
} catch (e) {
exception_error("init_offline", e);
}