This commit is contained in:
Ross
2022-02-28 22:45:00 +00:00
parent 9cb41aa573
commit 3d4b1040f7
+1 -1
View File
@@ -24,7 +24,7 @@
}) })
.fail(function (data) { .fail(function (data) {
console.log(data) console.log(data)
toastr.error(`Failed to change state\n${data.status}`); toastr.error(`Failed to change state<br/>${data.responseJSON.status}`);
}) })
.always(function () { .always(function () {
console.log('[Done]'); console.log('[Done]');