init_offline: call init_second_stage()

This commit is contained in:
Andrew Dolgov 2009-02-04 14:34:42 +03:00
parent e491d06df4
commit 10003c4c2e
1 changed files with 1 additions and 0 deletions

View File

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