This commit is contained in:
2022-08-29 00:44:51 +00:00
parent c2cf61c4ce
commit 6318631014
7 changed files with 122 additions and 28 deletions

View File

@@ -55,6 +55,7 @@ app.rfsettings = (function () {
//
onTest = function (event) {
event.preventDefault();
//debugger;
var submitData = {
creation_date: "2018-06-19T11:08:09.0000000Z", // <-- NEW
id: 283832781, // <-- NEW
@@ -93,10 +94,11 @@ app.rfsettings = (function () {
};
app.api.test(submitData, function (res) {
if (res.error) {
alert("ERROR");
$.gevent.publish("app-show-error", res.msg);
} else {
//do nothing, success!
alert("SUCCESS!");
//$('#key').val(res);
return false;
}