Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3379 → Rev 3380

/trunk/widget/modules/lg/squelettes/js/ReleveLg.js
52,6 → 52,10
this.infosUtilisateur.prenom = $( '#prenom' ).val();
this.infosUtilisateur.nom = $( '#nom' ).val();
 
$('[type="date"]').prop('max', function(){
return new Date().toJSON().split('T')[0];
});
 
if( this.utils.valOk( this.infosUtilisateur.id ) ) {
if ( this.utils.valOk( $( '#releve-data' ).val() ) ) {
const datRuComun = $.parseJSON( $( '#dates-rues-communes' ).val() );