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(); }); })();