This commit is contained in:
Mark Nadal 2017-03-17 02:03:37 -07:00
parent 2a91a45319
commit e7c89345a9

View File

@ -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");