This commit is contained in:
Ross
2022-02-28 22:43:07 +00:00
parent 9a61bd3c6c
commit 01a6dc131d
+1 -1
View File
@@ -23,7 +23,7 @@
// For eg. A message box showing that the status has been changed
})
.fail(function (data) {
toastr.error(`Failed to change state`);
toastr.error(`Failed to change state\n${data.status}`);
})
.always(function () {
console.log('[Done]');