From: Andrew Dolgov Date: Mon, 2 Feb 2009 12:29:15 +0000 (+0300) Subject: gears: render last saved feedlist in offline init X-Git-Tag: 1.3.1~141 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8b44cb2b6071686cc51e7fef32741d19a5d8f9ed;p=tt-rss.git gears: render last saved feedlist in offline init --- diff --git a/tt-rss.js b/tt-rss.js index da88d3d6..ad8faa83 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); }