block main Actions dropbox in offline mode

This commit is contained in:
Andrew Dolgov 2009-02-02 15:46:54 +03:00
parent 2f4eb720ba
commit 5d3a3ce7a9
1 changed files with 1 additions and 0 deletions

View File

@ -1496,6 +1496,7 @@ function init_offline() {
offline_mode = true;
render_feedlist(cache_find("FEEDLIST"));
document.getElementById("quickMenuChooser").disabled = true;
remove_splash();
} catch (e) {