This commit is contained in:
Ross
2021-05-01 13:17:18 +01:00
parent 2733711dd5
commit 547aa50ecc
@@ -126,6 +126,9 @@
toastr.info(data.status);
}
})
.fail((e) => {
toastr.warning(`Error, ${e}`);
})
.always(function () {
console.log('[Done]');
})
@@ -151,6 +154,9 @@
toastr.info(data.status);
}
})
.fail((e) => {
toastr.warning(`Error, ${e}`);
})
.always(function () {
console.log('[Done]');
})