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 /js/App.js | |
| parent | dba6dce3b332f1c7cfb60e3411c6b85c01be7471 (diff) | |
migrate xhrJson invocations to the new helper
Diffstat (limited to 'js/App.js')
| -rw-r--r-- | js/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -775,7 +775,7 @@ const App = { checkForUpdates: function() { console.log('checking for updates...'); - xhrJson("backend.php", {op: 'rpc', method: 'checkforupdates'}) + xhr.json("backend.php", {op: 'rpc', method: 'checkforupdates'}) .then((reply) => { console.log('update reply', reply); |