.
This commit is contained in:
@@ -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]');
|
||||||
|
|||||||
Reference in New Issue
Block a user