This commit is contained in:
Ross
2021-05-01 13:12:15 +01:00
parent 15d4a39550
commit 911f2079cc
+6 -2
View File
@@ -120,7 +120,9 @@
console.log(data);
if (data.status == "success") {
toastr.info('Question access state changed.')
toastr.info('Question access state changed.');
} else {
toastr.info(data.status);
}
})
.always(function () {
@@ -142,7 +144,9 @@
console.log(data);
if (data.status == "success") {
toastr.info('Question access state changed.')
toastr.info('Question access state changed.');
} else {
toastr.info(data.status);
}
})
.always(function () {