Commit 6f235b4f by Justin Riley

report success/failure in proctor admin reset form

parent e2f743fd
...@@ -40,6 +40,7 @@ $('#proctor_${element_id}_reset_form').submit(function(e) { ...@@ -40,6 +40,7 @@ $('#proctor_${element_id}_reset_form').submit(function(e) {
e.preventDefault(); e.preventDefault();
$('#proctor_${element_id}_submit').attr("disabled", true); $('#proctor_${element_id}_submit').attr("disabled", true);
$('#proctor_${element_id}_submit').html('${_("Processing, please wait...")}'); $('#proctor_${element_id}_submit').html('${_("Processing, please wait...")}');
$('#proctor_${element_id}_text').html("");
$.ajax({ $.ajax({
url: '${ajax_url}/reset', url: '${ajax_url}/reset',
type: 'POST', type: 'POST',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment