Subversion Repositories Sites.tela-botanica.org

Rev

Rev 875 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 875 Rev 879
Line 1... Line 1...
1
$(document).ready(function() {
1
$(document).ready(function() {
2
	if(typeof(lightBox) == 'function') {
2
	try {
3
		$('.actualites1 a').lightBox();
3
		$('.actualites1 a').lightBox();
-
 
4
	} catch(err) {
-
 
5
	
4
	}
6
	}
5
});
7
});
6
8