Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3276 Rev 3280
Line 156... Line 156...
156
 * Initialise les écouteurs d'événements
156
 * Initialise les écouteurs d'événements
157
 */
157
 */
158
WidgetSaisie.prototype.initEvts = function() {
158
WidgetSaisie.prototype.initEvts = function() {
159
	var lthis = this;
159
	var lthis = this;
Line -... Line 160...
-
 
160
 
-
 
161
	$( '#tb-geolocation' ).on( 'submit blur click focus mousedown mouseleave mouseup touchend touchstart change', '*', function( event ) {
-
 
162
		event.preventDefault();
-
 
163
		return false;
160
 
164
	});
161
	// identité
165
	// identité
162
	$( '#bouton-anonyme' ).on( 'click', function( event ) {
166
	$( '#bouton-anonyme' ).on( 'click', function( event ) {
163
		arreter( event );
167
		arreter( event );
164
		$( this ).css({
168
		$( this ).css({