Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3961 Rev 3980
Line 21... Line 21...
21
	const lthis = this;
21
	const lthis = this;
22
	const $thisGalerie = $( '#cel-photo-contenu' + this.id );
22
	const $thisGalerie = $( '#cel-photo-contenu' + this.id );
23
	var url   = '',
23
	var url   = '',
24
		focus = $( '#print_content' );
24
		focus = $( '#print_content' );
Line 25... Line 25...
25
 
25
 
26
	$thisGalerie.on( 'click', 'a.cel-img, a.cel-img-contact', function( event ) {
26
	$thisGalerie.on( 'click', 'a.cel-img', function( event ) {
27
		event.preventDefault();
27
		event.preventDefault();
Line 28... Line 28...
28
		var lienImage = this.href;
28
		var lienImage = this.href;
29
 
29