Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3979 → Rev 3980

/trunk/widget/modules/photo/squelettes/js/WidgetPhotoPopup.js
36,7 → 36,7
const lthis = this;
 
this.initEvtsDefilerImage();
this.initEvtsContact();
// this.initEvtsContact();
$( window ).on( 'resize', lthis.redimentionnerModaleCarousel.bind( lthis ) );
this.initEvtsFonctionsPhoto();
this.initEvtsRetourGalerieResponsive();
131,15 → 131,15
});
};
 
WidgetPhotoPopup.prototype.initEvtsContact = function() {
const lthis = this;
// WidgetPhotoPopup.prototype.initEvtsContact = function() {
// const lthis = this;
//
// $( '#bloc-infos-img' ).on( 'click', '.lien_contact', function( event ) {
// event.preventDefault();
// lthis.chargerContenuModale( this.href );
// });
// };
 
$( '#bloc-infos-img' ).on( 'click', '.lien_contact', function( event ) {
event.preventDefault();
lthis.chargerContenuModale( this.href );
});
};
 
WidgetPhotoPopup.prototype.initEvtsFonctionsPhoto = function() {
const lthis = this;