]> git.wh0rd.org - tt-rss.git/commitdiff
block main Actions dropbox in offline mode
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 2 Feb 2009 12:46:54 +0000 (15:46 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 2 Feb 2009 12:46:54 +0000 (15:46 +0300)
tt-rss.js

index ad8faa833ff00fcb36cd7aef0a44aa708e73ea09..6048de057fab31e560f28d8a97a47ad44408c393 100644 (file)
--- 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) {