1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 07:35:56 +00:00

gears: render last saved feedlist in offline init

This commit is contained in:
Andrew Dolgov
2009-02-02 15:29:15 +03:00
parent 9b7ecc0ac7
commit 8b44cb2b60

View File

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