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; |
|