7 lines
132 B
JavaScript
Executable File
7 lines
132 B
JavaScript
Executable File
// JavaScript Document
|
|
|
|
$(document).ready(function(){
|
|
$('.titan').lightGallery({
|
|
hash: false
|
|
});
|
|
}); |