From e7c89345a99764bf8a36b16213c94dae5380077e Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Fri, 17 Mar 2017 02:03:37 -0700 Subject: [PATCH] map! --- examples/map/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/map/index.html b/examples/map/index.html index 2805e7a4..e716187b 100644 --- a/examples/map/index.html +++ b/examples/map/index.html @@ -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");