summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-09-29 08:57:41 +0100
committerAndrew Dolgov <[email protected]>2006-09-29 08:57:41 +0100
commit9f10e1523022614c7725c987d01ea29dc9cfedbe (patch)
treeb516c7c4aa2fa87c51a52d94fb133beeba101f6f /tt-rss.js
parentceccbe90dabfdd2d317c3015a389565d5f8d788e (diff)
disable pre-selection of main toolbar dropboxes for now
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 688a9c809..deed09c53 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -393,8 +393,8 @@ function init_second_stage() {
var tb = parent.document.forms["main_toolbar_form"];
- dropboxSelect(tb.view_mode, getInitParam("toolbar_view_mode"));
- dropboxSelect(tb.limit, getInitParam("toolbar_limit"));
+// dropboxSelect(tb.view_mode, getInitParam("toolbar_view_mode"));
+// dropboxSelect(tb.limit, getInitParam("toolbar_limit"));
daemon_enabled = getInitParam("daemon_enabled") == 1;
daemon_refresh_only = getInitParam("daemon_refresh_only") == 1;