1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 13:51:30 +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

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