mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:45:56 +00:00
migrate xhrJson invocations to the new helper
This commit is contained in:
@@ -61,7 +61,7 @@ define(["dojo/_base/declare", "dojo/dom-construct", "lib/CheckBoxTree", "dijit/f
|
||||
});
|
||||
},
|
||||
editLabel: function(id) {
|
||||
xhrJson("backend.php", {op: "pref-labels", method: "edit", id: id}, (reply) => {
|
||||
xhr.json("backend.php", {op: "pref-labels", method: "edit", id: id}, (reply) => {
|
||||
|
||||
console.log(reply);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user