Skip to content

Commit

Permalink
Remove extra semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes authored Aug 10, 2021
1 parent 9cf8033 commit 97cf6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $(document).ready(function() {
// add lightbox class to all image links
$(
"a[href$='.jpg'],a[href$='.jpeg'],a[href$='.JPG'],a[href$='.png'],a[href$='.gif'],a[href$='.webp']"
).has("> img").addClass("image-popup");;
).has("> img").addClass("image-popup");

// Magnific-Popup options
$(".image-popup").magnificPopup({
Expand Down

0 comments on commit 97cf6e1

Please sign in to comment.