Rename 'ajax' to 'json' because we don't use XML

We use json as response
This commit is contained in:
djmaze 2020-12-30 15:50:47 +01:00
parent 76cf24f426
commit 950579c7f5
18 changed files with 83 additions and 91 deletions

View file

@ -31,7 +31,7 @@
self.php(oData.Result.PHP || '');
}
}, 'AjaxAdminGetData');
}, 'JsonAdminGetData');
};