Sha256: 7bff33c91fd871b11c51419ebba383d2f17c4f2fa2a710426044fd25f5a4cc60

Contents?: true

Size: 308 Bytes

Versions: 469

Compression:

Stored size: 308 Bytes

Contents

function getGeoLocation() {
	$.get("/system/geolocation",function(data){
		  data = data.split(";");
		  $("geolatitude").text(data[1]);
		  $("geolongitude").text(data[2]);		
		  $("geolocation").text(data[0]);});
	setTimeout("getGeoLocation()",5000);	
}

$(document).ready(function(){getGeoLocation();});

Version data entries

469 entries across 140 versions & 3 rubygems

Version Path
rhodes-7.6.0 res/generators/templates/application/public/js/rhogeolocation.js
rhodes-7.6.0 spec/server_spec/gcm_push_client/public/js/rhogeolocation.js
rhodes-7.6.0 spec/framework_spec/public/js/rhogeolocation.js
rhodes-7.6.0 spec/server_spec/rhoconnect_push_client/public/js/rhogeolocation.js
rhodes-7.6.0 platform/osx/Rhodes Launcher/rhorunner.app/apps/public/js/rhogeolocation.js
rhodes-7.5.1 spec/framework_spec/public/js/rhogeolocation.js
rhodes-7.5.1 platform/osx/Rhodes Launcher/rhorunner.app/apps/public/js/rhogeolocation.js
rhodes-7.5.1 spec/server_spec/gcm_push_client/public/js/rhogeolocation.js
rhodes-7.5.1 spec/server_spec/rhoconnect_push_client/public/js/rhogeolocation.js
rhodes-7.5.1 res/generators/templates/application/public/js/rhogeolocation.js
rhodes-7.4.1 spec/server_spec/gcm_push_client/public/js/rhogeolocation.js
rhodes-7.4.1 res/generators/templates/application/public/js/rhogeolocation.js
rhodes-7.4.1 spec/framework_spec/public/js/rhogeolocation.js
rhodes-7.4.1 platform/osx/Rhodes Launcher/rhorunner.app/apps/public/js/rhogeolocation.js
rhodes-7.4.1 spec/server_spec/rhoconnect_push_client/public/js/rhogeolocation.js
rhodes-7.1.17 spec/server_spec/gcm_push_client/public/js/rhogeolocation.js
rhodes-7.1.17 res/generators/templates/application/public/js/rhogeolocation.js
rhodes-7.1.17 spec/framework_spec/public/js/rhogeolocation.js
rhodes-7.1.17 spec/server_spec/rhoconnect_push_client/public/js/rhogeolocation.js
rhodes-7.1.17 platform/osx/Rhodes Launcher/rhorunner.app/apps/public/js/rhogeolocation.js