From: Andrew Dolgov Date: Wed, 4 Feb 2009 11:34:42 +0000 (+0300) Subject: init_offline: call init_second_stage() X-Git-Tag: 1.3.1~100 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=10003c4c2e17d088b96dc3b5381fd60523ca39ed;p=tt-rss.git init_offline: call init_second_stage() --- diff --git a/offline.js b/offline.js index 268369e2..e5f12905 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);