bnbweb/themes/vr/portal/js/titan.js

7 lines
132 B
JavaScript
Raw Permalink Normal View History

2022-11-14 15:49:28 +00:00
// JavaScript Document
$(document).ready(function(){
$('.titan').lightGallery({
hash: false
});
});