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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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