1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02: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

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

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;