bnbweb/themes/vr/portal/js/titan.js
2022-11-14 23:49:28 +08:00

7 lines
132 B
JavaScript
Executable File

// JavaScript Document
$(document).ready(function(){
$('.titan').lightGallery({
hash: false
});
});