Subversion Repositories eFlore/Applications.cel

Rev

Rev 3979 | Rev 3983 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3979 Rev 3980
Line 34... Line 34...
34
 
34
 
35
WidgetPhotoPopup.prototype.initEvts = function() {
35
WidgetPhotoPopup.prototype.initEvts = function() {
Line 36... Line 36...
36
	const lthis = this;
36
	const lthis = this;
37
 
37
 
38
	this.initEvtsDefilerImage();
38
	this.initEvtsDefilerImage();
39
	this.initEvtsContact();
39
	// this.initEvtsContact();
40
	$( window ).on( 'resize', lthis.redimentionnerModaleCarousel.bind( lthis ) );
40
	$( window ).on( 'resize', lthis.redimentionnerModaleCarousel.bind( lthis ) );
41
	this.initEvtsFonctionsPhoto();
41
	this.initEvtsFonctionsPhoto();
42
	this.initEvtsRetourGalerieResponsive();
42
	this.initEvtsRetourGalerieResponsive();
Line 129... Line 129...
129
			lthis.defilerImage( sens );
129
			lthis.defilerImage( sens );
130
		}
130
		}
131
	});
131
	});
132
};
132
};
Line 133... Line 133...
133
 
133
 
134
WidgetPhotoPopup.prototype.initEvtsContact = function() {
134
// WidgetPhotoPopup.prototype.initEvtsContact = function() {
135
	const lthis = this;
135
// 	const lthis = this;
136
 
136
//
137
	$( '#bloc-infos-img' ).on( 'click', '.lien_contact', function( event ) {
137
// 	$( '#bloc-infos-img' ).on( 'click', '.lien_contact', function( event ) {
138
		event.preventDefault();
138
// 		event.preventDefault();
139
		lthis.chargerContenuModale( this.href );
139
// 		lthis.chargerContenuModale( this.href );
140
	});
140
// 	});
Line 141... Line 141...
141
};
141
// };
142
 
142
 
Line 143... Line 143...
143
WidgetPhotoPopup.prototype.initEvtsFonctionsPhoto = function() {
143
WidgetPhotoPopup.prototype.initEvtsFonctionsPhoto = function() {