.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
})
|
||||
.fail(function (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 () {
|
||||
console.log('[Done]');
|
||||
|
||||
Reference in New Issue
Block a user