mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
fix gallery js code
This commit is contained in:
parent
e06f703799
commit
c97a2b0d04
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ function _getDefaultPackeryOptions() {
|
||||||
}
|
}
|
||||||
|
|
||||||
(function init() {
|
(function init() {
|
||||||
window.addEventListener("DOMContentLoaded", (event) => {
|
|
||||||
|
$(window).on("load", function () {
|
||||||
console.groupCollapsed('[DEBUG] Gallery feature enable');
|
console.groupCollapsed('[DEBUG] Gallery feature enable');
|
||||||
let packeries = [];
|
let packeries = [];
|
||||||
let nodeGalleries = document.querySelectorAll('.gallery');
|
let nodeGalleries = document.querySelectorAll('.gallery');
|
||||||
|
|
Loading…
Reference in a new issue