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

disable pre-selection of main toolbar dropboxes for now

This commit is contained in:
Andrew Dolgov
2006-09-29 08:57:41 +01:00
parent ceccbe90da
commit 9f10e15230
2 changed files with 4 additions and 4 deletions

View File

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