diff options
| -rw-r--r-- | public/javascripts/public.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/public.js b/public/javascripts/public.js index 07ee05a..a9250ca 100644 --- a/public/javascripts/public.js +++ b/public/javascripts/public.js | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | $(document).ready(function(){ | 1 | document.addEventListener('DOMContentLoaded', function(){ |
| 2 | 2 | ||
| 3 | GLightbox({ selector: '.glightbox' }); | 3 | GLightbox({ selector: '.glightbox' }); |
| 4 | 4 | ||
