Remove extra semi-colon

This commit is contained in:
Michael Rose
2021-08-10 15:17:34 -04:00
committed by GitHub
parent 9cf80336b3
commit 97cf6e189b

View File

@@ -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({