Skip to content
Snippets Groups Projects
Commit e8a48d61 authored by David Ormsbee's avatar David Ormsbee
Browse files

Update JS to reflect new link IDs to unbreak the top nav status indicator.

parent 01eaeff8
No related merge requests found
......@@ -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')
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment