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

10 lines
138 B
JavaScript
Raw Normal View History

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