We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6fc5e commit 093dadeCopy full SHA for 093dade
js/main.js
@@ -18,4 +18,5 @@ $(document).ready(function () {
18
if (window.hasOwnProperty("helloSplash")) { helloSplash.init(); }
19
if (window.hasOwnProperty("helloDisplay")) { helloDisplay.init(); }
20
if (window.hasOwnProperty("helloEditor")) { helloEditor.init(); }
21
+ if (window.hasOwnProperty("helloGallery")) { helloGallery.init(); }
22
});
0 commit comments