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
1 changed files with 2 additions and 1 deletions

View File

@ -1495,8 +1495,9 @@ function init_offline() {
try { try {
offline_mode = true; offline_mode = true;
remove_splash(); render_feedlist(cache_find("FEEDLIST"));
remove_splash();
} catch (e) { } catch (e) {
exception_error("init_offline", e); exception_error("init_offline", e);
} }