From 3f84aceb1e4a57c72a1d10ef843625d509730319 Mon Sep 17 00:00:00 2001 From: Alex Currie-Clark Date: Tue, 5 Nov 2019 09:48:19 +0000 Subject: [PATCH] Fix assignment of mp_stacks_magnificPopup --- includes/js/mp-stacks-front-end.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/js/mp-stacks-front-end.js b/includes/js/mp-stacks-front-end.js index 853a82e..1d79970 100644 --- a/includes/js/mp-stacks-front-end.js +++ b/includes/js/mp-stacks-front-end.js @@ -28,7 +28,7 @@ jQuery(document).ready(function($){ } - mp_stacks_magnificPopup = $.magnificPopup.instance; + mp_stacks_magnificPopup = $.magnificPopup; /** * Any Stacks that aren't added as Shortcodes (widgets, other, etc) need to have their CSS moved from the footer into the page