Subversion Repositories eFlore/Applications.cel

Rev

Rev 3345 | Rev 3379 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3345 Rev 3373
Line 99... Line 99...
99
	$( '#bouton-nouveau-releve' ).click( function() {
99
	$( '#bouton-nouveau-releve' ).click( function() {
100
		$( '#releve-data' ).val( '' );
100
		$( '#releve-data' ).val( '' );
101
		if ( lthis.utils.valOk( lthis.infosUtilisateur.id ) ) {
101
		if ( lthis.utils.valOk( lthis.infosUtilisateur.id ) ) {
102
			lthis.utils.chargerForm( 'arbres', lthis );
102
			lthis.utils.chargerForm( 'arbres', lthis );
103
			$( 'html, body' ).stop().animate({
103
			$( 'html, body' ).stop().animate({
104
				scrollTop: $( '#zone-observation' ).offset().top
104
				scrollTop: $( '#charger-form' ).offset().top
105
			}, 300 );
105
			}, 300 );
106
		}
106
		}
107
	});
107
	});
Line 108... Line 108...
108
 
108