This commit is contained in:
Ross
2022-01-03 17:57:26 +00:00
parent 552e1e5454
commit 2bacd94bfb
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
console.log(data);
if (data.status == "success") {
toastr.info('Exam state changed.')
toastr.info(`Exam: ${data.name} [${data.id}]
Active state changed to: ${data.publish_results}.`)
}
// show some message according to the response.
// For eg. A message box showing that the status has been changed