Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3949 → Rev 3950

/trunk/widget/modules/photo/squelettes/js/WidgetPhotoPopup.js
674,7 → 674,7
WidgetPhotoPopup.prototype.fournirLienIdentiplante = function() {
const lthis = this;
$( '.signaler-erreur-obs' ).each( function() {
$( this ).attr( 'href', lthis.urlIP );
$( this ).attr( 'href', 'https://' + lthis.urlIP );
});
};
 
780,7 → 780,7
} else {
angle -= 90;
}
 
$('#' + imageSelected).css("transform", "rotate(" + angle + "deg) ");
$('#' + imageSelected).data('angle', angle);
}