diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-19 10:22:00 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-19 10:22:00 +0300 |
| commit | 6b43b788d909ce20f07f29f9f3ccd2f6a8715616 (patch) | |
| tree | 1a2f08c9cb565f3d9eb95b884f3c3891685d04bd /include | |
| parent | dba6dce3b332f1c7cfb60e3411c6b85c01be7471 (diff) | |
migrate xhrJson invocations to the new helper
Diffstat (limited to 'include')
| -rwxr-xr-x | include/login_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/login_form.php b/include/login_form.php index d1af23459..211302a87 100755 --- a/include/login_form.php +++ b/include/login_form.php @@ -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'); |