mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
map!
This commit is contained in:
parent
2a91a45319
commit
e7c89345a9
@ -163,7 +163,7 @@
|
||||
//$('#debug').value = JSON.stringify(gps.last);
|
||||
}
|
||||
gps.where = gps.where || Where(gps.opt);
|
||||
$('#follow').text(location.origin + location.pathname + '#' + gps.track);
|
||||
$('#follow').text(("gps.gunDB.io/" || (location.origin + location.pathname)) + '#' + gps.track);
|
||||
$('#share').toggleClass("hide");
|
||||
$('#share').on('click', function(){
|
||||
$('#link').toggleClass("hide");
|
||||
|
Loading…
x
Reference in New Issue
Block a user