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); }