Remove extra semi-colon
This commit is contained in:
parent
9cf80336b3
commit
97cf6e189b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ $(document).ready(function() {
|
||||||
// add lightbox class to all image links
|
// 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']"
|
"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
|
// Magnific-Popup options
|
||||||
$(".image-popup").magnificPopup({
|
$(".image-popup").magnificPopup({
|
||||||
|
|
Loading…
Reference in a new issue