summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-02 15:46:54 +0300
committerAndrew Dolgov <[email protected]>2009-02-02 15:46:54 +0300
commit5d3a3ce7a9de3241aea4024a98fec89542da10d2 (patch)
treea3dcc28d6121d1720922018aea198f0351562cf5 /tt-rss.js
parent2f4eb720ba6915066af54eca4f49ad395adf6f02 (diff)
block main Actions dropbox in offline mode
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index ad8faa833..6048de057 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1496,6 +1496,7 @@ function init_offline() {
offline_mode = true;
render_feedlist(cache_find("FEEDLIST"));
+ document.getElementById("quickMenuChooser").disabled = true;
remove_splash();
} catch (e) {