mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
migrate xhrJson invocations to the new helper
This commit is contained in:
@@ -558,7 +558,7 @@ const Feeds = {
|
||||
return tree.model.store.getValue(nuf, 'bare_id');
|
||||
},
|
||||
search: function() {
|
||||
xhrJson("backend.php",
|
||||
xhr.json("backend.php",
|
||||
{op: "feeds", method: "search"},
|
||||
(reply) => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user