mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 02:21:19 +02:00
gears: render last saved feedlist in offline init
This commit is contained in:
parent
9b7ecc0ac7
commit
8b44cb2b60
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user