This commit is contained in:
Ross
2021-05-01 13:13:39 +01:00
parent 911f2079cc
commit 2733711dd5
@@ -122,6 +122,7 @@
if (data.status == "success") {
toastr.info('Question access state changed.');
} else {
toastr.warning("Error");
toastr.info(data.status);
}
})
@@ -146,6 +147,7 @@
if (data.status == "success") {
toastr.info('Question access state changed.');
} else {
toastr.warning("Error");
toastr.info(data.status);
}
})