]> git.wh0rd.org - tt-rss.git/commitdiff
gears: render last saved feedlist in offline init
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 2 Feb 2009 12:29:15 +0000 (15:29 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 2 Feb 2009 12:29:15 +0000 (15:29 +0300)
tt-rss.js

index da88d3d69ce991459d17ae60862f89782ae84a1e..ad8faa833ff00fcb36cd7aef0a44aa708e73ea09 100644 (file)
--- 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);
        }