mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
pass a bunch of related arrays properly to backend
This commit is contained in:
@@ -134,7 +134,7 @@ const Feeds = {
|
||||
this.reloadCurrent();
|
||||
},
|
||||
requestCounters: function(feed_ids = null) {
|
||||
xhr.json("backend.php", {op: "rpc", method: "getAllCounters", feed_ids: feed_ids, seq: App.next_seq()}, () => {
|
||||
xhr.json("backend.php", {op: "rpc", method: "getAllCounters", "feed_ids[]": feed_ids, seq: App.next_seq()}, () => {
|
||||
//
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user