summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-04 14:34:42 +0300
committerAndrew Dolgov <[email protected]>2009-02-04 14:34:42 +0300
commit10003c4c2e17d088b96dc3b5381fd60523ca39ed (patch)
tree81a77fa0e9b5077c4d93271a09ed12fc9d055f2f /offline.js
parente491d06df4f9a18020682aa81c0051cc4a8f18a3 (diff)
init_offline: call init_second_stage()
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/offline.js b/offline.js
index 268369e21..e5f129055 100644
--- a/offline.js
+++ b/offline.js
@@ -378,6 +378,7 @@ function init_offline() {
rs.close();
render_offline_feedlist();
+ init_second_stage();
remove_splash();
} catch (e) {
exception_error("init_offline", e);