mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 18:09:14 +00:00
add persistent storage for toolbar view options, bump schema
This commit is contained in:
@@ -57,12 +57,6 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
|
||||
toolbar_form.query.value = "";
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
var query = "backend.php?op=viewfeed&feed=" + feed + "&" +
|
||||
toolbar_query + "&subop=" + param_escape(subop);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user