storing alternative code

10.3.x-maintenance
skaman82 2015-12-02 22:30:09 +01:00
parent 377340818c
commit 0e0ebabc69
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ TABS.gps.initialize = function (callback) {
if (navigator.onLine) {
$('#connect').hide();
//if(lat != 0 && lon != 0){
if(GPS_DATA.fix){
frame.contentWindow.postMessage(message, '*');
$('#loadmap').show();