Commit 1bb60c89 by chrisndodge

Merge pull request #102 from edx/muhhshoaib/PHX-121-fixed-the-bug-redirected-to-the-exam-page

PHX-121
parents 717e31f4 34803df0
...@@ -85,12 +85,12 @@ var edx = edx || {}; ...@@ -85,12 +85,12 @@ var edx = edx || {};
action: 'stop' action: 'stop'
}, },
success: function() { success: function() {
// Reloading page will reflect the new state of the attempt // change the location of the page to the active exam page
location.reload(); // which will reflect the new state of the attempt
location.href = self.model.get('exam_url_path');
} }
}); });
}); });
//$('.proctored-exam-action-stop').css('cursor', 'pointer');
} }
} }
return this; return this;
......
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