mirror of
https://github.com/amark/gun.git
synced 2025-06-07 14:46:44 +00:00
map
This commit is contained in:
parent
232329e7cb
commit
4ddaf4518b
@ -162,10 +162,10 @@
|
|||||||
}
|
}
|
||||||
gps.when = Gun.time.is();
|
gps.when = Gun.time.is();
|
||||||
gps.ref.put(gps.last = pos);
|
gps.ref.put(gps.last = pos);
|
||||||
//$('#debug').value = JSON.stringify(app.last);
|
//$('#debug').value = JSON.stringify(gps.last);
|
||||||
}
|
}
|
||||||
gps.where = gps.where || Where(gps.opt);
|
gps.where = gps.where || Where(gps.opt);
|
||||||
$('#follow').text(location.origin + location.pathname + '#' + app.track);
|
$('#follow').text(location.origin + location.pathname + '#' + gps.track);
|
||||||
$('#share').toggleClass("show");
|
$('#share').toggleClass("show");
|
||||||
$('#share').on('click', function(){
|
$('#share').on('click', function(){
|
||||||
$('#link').toggleClass("show");
|
$('#link').toggleClass("show");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user