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 || {};
action: 'stop'
},
success: function() {
// Reloading page will reflect the new state of the attempt
location.reload();
// change the location of the page to the active exam page
// 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;
......
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