mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 02:31:29 +00:00
change include_children to a togglebutton; add placeholder setting save in a session
This commit is contained in:
@@ -170,6 +170,7 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req) {
|
||||
}
|
||||
|
||||
query += "&cat=" + is_cat;
|
||||
query += "&include_children=" + dijit.byId("include_children").attr("checked");
|
||||
|
||||
console.log(query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user