1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00

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

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) {