Skip to content

Commit da9e000

Browse files
author
MF Softworks
committed
[js] fixed js loading
1 parent 6e97d58 commit da9e000

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

js/lightbox.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
$(document).ready(function() {
2+
// Load lightbox observers
3+
imgObserver();
4+
vidObserver();
5+
});
6+
17
// Display image lightbox
28
function imgObserver() {
39
$(".lightbox-img").click(function() {

js/lightbox.min.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)