Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3373 Rev 3379
Line 105... Line 105...
105
			}, 300 );
105
			}, 300 );
106
		}
106
		}
107
	});
107
	});
Line 108... Line 108...
108
 
108
 
109
	// Empêcher que le module carto ne bind ses events partout
109
	// Empêcher que le module carto ne bind ses events partout
110
	$( '#tb-geolocation' ).on( 'submit blur click focus mousedown mouseleave mouseup touchend touchstart change', '*', function( event ) {
110
	$( '#tb-geolocation' ).on( 'submit blur click focus mousedown mouseleave mouseup change', '*', function( event ) {
111
		event.preventDefault();
111
		event.preventDefault();
112
		return false;
112
		return false;
113
	});
113
	});
Line 595... Line 595...
595
				' map_quest_api_key="mG6oU5clZHRHrOSnAV0QboFI7ahnGg34"'+
595
				' map_quest_api_key="mG6oU5clZHRHrOSnAV0QboFI7ahnGg34"'+
596
			'>'+
596
			'>'+
597
			'</tb-geolocation-element>'
597
			'</tb-geolocation-element>'
598
		);
598
		);
599
		// Empêcher que le module carto ne bind ses events partout
599
		// Empêcher que le module carto ne bind ses events partout
600
		$( '#tb-geolocation-arbres' ).on( 'submit blur click focus mousedown mouseleave mouseup touchend touchstart change', '*', function( event ) {
600
		$( '#tb-geolocation-arbres' ).on( 'submit blur click focus mousedown mouseleave mouseup change', '*', function( event ) {
601
			event.preventDefault();
601
			event.preventDefault();
602
			return false;
602
			return false;
603
		});
603
		});
604
		$( '#tb-geolocation-arbres' ).on( 'location', this.locationArbresHandler.bind(this) );
604
		$( '#tb-geolocation-arbres' ).on( 'location', this.locationArbresHandler.bind(this) );
605
	}
605
	}