This commit is contained in:
Ross
2022-01-03 17:16:25 +00:00
parent cf6395cef3
commit f5aa2693d3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
console.log(data);
if (data.status == "success") {
toastr.info('Publish results state changed.')
toastr.info(`Exam: ${data.name}
Published 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