1
0
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:
Andrew Dolgov
2012-08-13 21:39:40 +04:00
parent 09101297ee
commit 854a2ace86
5 changed files with 22 additions and 11 deletions

View File

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