first commit
This commit is contained in:
7
web/js/photoGallery/textGallery.js
Normal file
7
web/js/photoGallery/textGallery.js
Normal file
@@ -0,0 +1,7 @@
|
||||
jQuery(function ($)
|
||||
{
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('a.lightbox').lightBox();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user