Skip to content

Commit

Permalink
Removing unnecessary event triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Bellamy committed Jun 1, 2017
1 parent 9dd8964 commit 905bc44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/disclosures/js/views/question-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,9 @@ var questionView = {
} else if ( $( this ).attr( 'id' ) === 'question_answer-yes' ) {
questionView.$followupYes.show();
questionView.$followupNoNotSure.hide();
Analytics.sendEvent( getDataLayerOptions( 'Step Completed', 'Yes' ) );
} else {
questionView.$followupNoNotSure.show();
questionView.$followupYes.hide();
Analytics.sendEvent( getDataLayerOptions( 'Step Completed', 'Not sure' ) );
}
// Show the rest of the page
questionView.$getOptions.show();
Expand Down

0 comments on commit 905bc44

Please sign in to comment.