summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-21 16:36:24 +0100
committerAndrew Dolgov <[email protected]>2007-03-21 16:36:24 +0100
commitbe0801a1619981931c813346b53de2d9f29bcede (patch)
tree442c3e505455c9f1bb673d4d3ad04093d0dcfcba /tt-rss.js
parent441acab8ff3a62e11d70ed920f0b12ad08b20e09 (diff)
make storeInitParam actually work (move back to cookies)
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 eefc90e7f..bc5bc8205 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -388,8 +388,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;