]> git.wh0rd.org - tt-rss.git/commitdiff
init_offline: call init_second_stage()
authorAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 11:34:42 +0000 (14:34 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Wed, 4 Feb 2009 11:34:42 +0000 (14:34 +0300)
offline.js

index 268369e2154e1f5431323592891ab22d9da85925..e5f1290557dd6e458ea4c99908f9659f289ce070 100644 (file)
@@ -378,6 +378,7 @@ function init_offline() {
                rs.close();
 
                render_offline_feedlist();
+               init_second_stage();
                remove_splash();
        } catch (e) {
                exception_error("init_offline", e);