Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3280 Rev 3285
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 160... Line 160...
160
 
160
 
161
	$( '#tb-geolocation' ).on( 'submit blur click focus mousedown mouseleave mouseup touchend touchstart change', '*', function( event ) {
161
	$( '#tb-geolocation' ).on( 'submit blur click focus mousedown mouseleave mouseup touchend touchstart change', '.mat-icon-button', function( event ) {
162
		event.preventDefault();
162
		event.preventDefault();
163
		return false;
163
		return false;
164
	});
164
	});
165
	// identité
165
	// identité