mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 22:41:29 +00:00
gears: render last saved feedlist in offline init
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user