Files
grzanieplus.pl/web/js/photoGallery/textGallery.js
2025-03-12 17:06:23 +01:00

8 lines
95 B
JavaScript

jQuery(function ($)
{
$(document).ready(function()
{
$('a.lightbox').lightBox();
});
});