Skip to content

Commit

Permalink
Fix typo - don't remove the modal when clicking to exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Wynn committed Mar 3, 2017
1 parent f9014e9 commit 4bdd381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wraith/gallery_template/slideshow_template.erb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
})

compareModal.on('click', function(){
$(this).remove();
$(this).hide();
});

$(document).on('keyup', function(e) {
Expand Down

0 comments on commit 4bdd381

Please sign in to comment.