Skip to content

Commit 093dade

Browse files
committed
JS update to load gallery per #64
1 parent fe6fc5e commit 093dade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ $(document).ready(function () {
1818
if (window.hasOwnProperty("helloSplash")) { helloSplash.init(); }
1919
if (window.hasOwnProperty("helloDisplay")) { helloDisplay.init(); }
2020
if (window.hasOwnProperty("helloEditor")) { helloEditor.init(); }
21+
if (window.hasOwnProperty("helloGallery")) { helloGallery.init(); }
2122
});

0 commit comments

Comments
 (0)