From 8b44cb2b6071686cc51e7fef32741d19a5d8f9ed Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 2 Feb 2009 15:29:15 +0300 Subject: gears: render last saved feedlist in offline init --- tt-rss.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tt-rss.js') 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); } -- cgit v1.2.3