aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/smarty3/jot_geotag.tpl
blob: 196ede81d7a8e9a70027e8a08416ef66bd84dfc7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12




                                                          






                                                                                                        
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
	if(navigator.geolocation) {
		navigator.geolocation.getCurrentPosition(function(position) {
			$('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude);
			$('#profile-nolocation-wrapper').show();
		});
	}