make storeInitParam actually work (move back to cookies)

This commit is contained in:
Andrew Dolgov
2007-03-21 16:36:24 +01:00
parent 441acab8ff
commit be0801a161
4 changed files with 31 additions and 7 deletions

View File

@@ -57,11 +57,11 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
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);