Files

6 lines
92 B
JavaScript

( function( $ ) {
$('.lightbox').simpleLightbox({
showCounter: false
});
} )( jQuery );