1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 03:45:56 +00:00

init param API is context-free

This commit is contained in:
Andrew Dolgov
2006-05-23 07:15:49 +01:00
parent ac378ad4ec
commit 33d13e72e2
4 changed files with 39 additions and 29 deletions

View File

@@ -45,10 +45,10 @@ function viewfeed(feed, skip, subop, doc, is_cat, subop_param) {
// setCookie("ttrss_vf_limit", toolbar_form.limit[toolbar_form.limit.selectedIndex].value);
// setCookie("ttrss_vf_vmode", toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value);
parent.storeInitParam("toolbar_limit",
storeInitParam("toolbar_limit",
toolbar_form.limit[toolbar_form.limit.selectedIndex].value);
parent.storeInitParam("toolbar_view_mode",
storeInitParam("toolbar_view_mode",
toolbar_form.view_mode[toolbar_form.view_mode.selectedIndex].value);
var query = "backend.php?op=viewfeed&feed=" + feed + "&" +