From: Andrew Dolgov Date: Wed, 4 Feb 2009 11:02:43 +0000 (+0300) Subject: offline: hide main toolbar Update button X-Git-Tag: 1.3.1~105 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=80b1c238678e5333181774c21db863bc0a6d2fc7;p=tt-rss.git offline: hide main toolbar Update button --- diff --git a/offline.js b/offline.js index 38bcc286..80c4913f 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 ae3567d7..5b48e348 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -244,7 +244,7 @@ window.onload = init;   -