From 85fe1addbc06d9a6ddea214dda5ca22b230d25cd Mon Sep 17 00:00:00 2001 From: StandingPad Animations Date: Wed, 6 Mar 2024 20:28:19 -0600 Subject: [PATCH] Fixed debug variable --- assets/js/shortcodes/gallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/shortcodes/gallery.js b/assets/js/shortcodes/gallery.js index 51c2d5c7..c1f9cb56 100644 --- a/assets/js/shortcodes/gallery.js +++ b/assets/js/shortcodes/gallery.js @@ -14,7 +14,7 @@ magicGrid.listen(); magicGrids.push(magicGrid); }); - console.log("Galleries founded and initialized with MagicGrid", packeries); + console.log("Galleries founded and initialized with MagicGrid", magicGrids); console.groupEnd(); }); })();