diff --git a/offline.js b/offline.js index 38bcc286a..80c4913fd 100644 --- a/offline.js +++ b/offline.js @@ -349,6 +349,10 @@ function init_offline() { Element.hide("feedBrowserPrompt"); Element.hide("quickMenuChooser"); + var tb_form = document.getElementById("main_toolbar_form"); + + Element.hide(tb_form.update); + init_params["theme"] = ""; render_offline_feedlist(); diff --git a/tt-rss.php b/tt-rss.php index ae3567d7e..5b48e348d 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -244,7 +244,7 @@ window.onload = init;   -