disable pre-selection of main toolbar dropboxes for now
This commit is contained in:
parent
ceccbe90da
commit
9f10e15230
|
@ -26,11 +26,11 @@ function viewfeed(feed, subop, is_cat, subop_param) {
|
|||
toolbar_form.query.value = "";
|
||||
}
|
||||
|
||||
storeInitParam("toolbar_limit",
|
||||
/* storeInitParam("toolbar_limit",
|
||||
toolbar_form.limit[toolbar_form.limit.selectedIndex].value);
|
||||
|
||||
storeInitParam("toolbar_view_mode",
|
||||
toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value);
|
||||
toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value); */
|
||||
|
||||
var query = "backend.php?op=viewfeed&feed=" + feed + "&" +
|
||||
toolbar_query + "&subop=" + param_escape(subop);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue