mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
map
This commit is contained in:
parent
232329e7cb
commit
4ddaf4518b
@ -162,10 +162,10 @@
|
||||
}
|
||||
gps.when = Gun.time.is();
|
||||
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);
|
||||
$('#follow').text(location.origin + location.pathname + '#' + app.track);
|
||||
$('#follow').text(location.origin + location.pathname + '#' + gps.track);
|
||||
$('#share').toggleClass("show");
|
||||
$('#share').on('click', function(){
|
||||
$('#link').toggleClass("show");
|
||||
|
Loading…
x
Reference in New Issue
Block a user