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