bnbweb/themes/vr/web/js/titan.js

10 lines
147 B
JavaScript
Raw Permalink Normal View History

2022-11-14 15:49:28 +00:00
// JavaScript Document
$(function() {
$('.titan-lb').fancybox({
thumbs : {
showOnStart : true
},
hash : true
});
})