1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 12:21:27 +00:00

make storeInitParam actually work (move back to cookies)

This commit is contained in:
Andrew Dolgov
2007-03-21 16:36:24 +01:00
parent 441acab8ff
commit be0801a161
4 changed files with 31 additions and 7 deletions

View File

@@ -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;