.
This commit is contained in:
@@ -122,6 +122,7 @@
|
|||||||
if (data.status == "success") {
|
if (data.status == "success") {
|
||||||
toastr.info('Question access state changed.');
|
toastr.info('Question access state changed.');
|
||||||
} else {
|
} else {
|
||||||
|
toastr.warning("Error");
|
||||||
toastr.info(data.status);
|
toastr.info(data.status);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -146,6 +147,7 @@
|
|||||||
if (data.status == "success") {
|
if (data.status == "success") {
|
||||||
toastr.info('Question access state changed.');
|
toastr.info('Question access state changed.');
|
||||||
} else {
|
} else {
|
||||||
|
toastr.warning("Error");
|
||||||
toastr.info(data.status);
|
toastr.info(data.status);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user