Subversion Repositories eFlore/Applications.cel

Rev

Rev 3949 | Rev 3958 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3949 Rev 3950
Line 672... Line 672...
672
};
672
};
Line 673... Line 673...
673
 
673
 
674
WidgetPhotoPopup.prototype.fournirLienIdentiplante = function() {
674
WidgetPhotoPopup.prototype.fournirLienIdentiplante = function() {
675
	const lthis = this;
675
	const lthis = this;
676
	$( '.signaler-erreur-obs' ).each( function() {
676
	$( '.signaler-erreur-obs' ).each( function() {
677
		$( this ).attr( 'href', lthis.urlIP );
677
		$( this ).attr( 'href', 'https://' + lthis.urlIP );
678
	});
678
	});
Line 679... Line 679...
679
};
679
};
680
 
680