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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user