mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
migrate xhrJson invocations to the new helper
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
if (login && login != this.previousLogin) {
|
||||
this.previousLogin = login;
|
||||
|
||||
xhrJson("public.php", {op: "getprofiles", login: login},
|
||||
xhr.json("public.php", {op: "getprofiles", login: login},
|
||||
(reply) => {
|
||||
const profile = dijit.byId('profile');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user