From 97cf6e189b9036de2f2f76dcfe4e40916bda4a6d Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 10 Aug 2021 15:17:34 -0400 Subject: [PATCH] Remove extra semi-colon --- assets/js/_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/_main.js b/assets/js/_main.js index 1c64b579..53fdccbb 100644 --- a/assets/js/_main.js +++ b/assets/js/_main.js @@ -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({