Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3979 → Rev 3980

/trunk/widget/modules/photo/squelettes/photo.tpl.html
340,7 → 340,7
par
<a class="cel-img-contact"
href="<?php echo $item['urlProfil']; ?>"
title="Afficher le profil">
title="Afficher le profil" target="_blank">
<?php echo $auteur; ?>
</a>
<?php else : ?>
/trunk/widget/modules/photo/squelettes/js/WidgetPhoto.js
23,7 → 23,7
var url = '',
focus = $( '#print_content' );
 
$thisGalerie.on( 'click', 'a.cel-img, a.cel-img-contact', function( event ) {
$thisGalerie.on( 'click', 'a.cel-img', function( event ) {
event.preventDefault();
var lienImage = this.href;
 
/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;