Merge pull request #922 from edx/ormsbee/fix_verify_progress_status

Fix verify progress status
This commit is contained in:
David Ormsbee
2013-09-10 13:44:15 -07:00

View File

@@ -209,11 +209,11 @@ $(document).ready(function() {
// add in handlers to add/remove the correct classes to the body
// when moving between steps
$('#face_next_button').click(function(){
$('#face_next_link').click(function(){
$('body').addClass('step-photos-id').removeClass('step-photos-cam')
})
$('#photo_id_next_button').click(function(){
$('#photo_id_next_link').click(function(){
$('body').addClass('step-review').removeClass('step-photos-id')
})