From 95cbc500ae6841ff552a7b299c127c0754fb3a23 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Oct 2018 16:27:32 +0200 Subject: Minify JS --- public/static/js/geolocation.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/static/js/geolocation.min.js (limited to 'public/static/js/geolocation.min.js') diff --git a/public/static/js/geolocation.min.js b/public/static/js/geolocation.min.js new file mode 100644 index 0000000..50cd010 --- /dev/null +++ b/public/static/js/geolocation.min.js @@ -0,0 +1 @@ +$(document).ready(function(){var e=$("p.geolocationhint"),t=$("div.geolocation div.progress"),o=function(o,a,n){e.remove(),t.remove()},a=function(e){e.error?o(0,e.error):0==e.candidates.length?o():(resultTable=$("
"),resultBody=resultTable.children(),$.each(e.candidates,function(e,t){var o=t.ds100,a=t.name,n=t.distance;n=n.toFixed(1);var r=$(document.createElement("a"));r.attr("href",o),r.text(a),resultBody.append(''+a+"")}),t.replaceWith(resultTable))},n=function(e){$.post("/x/geolocation",{lon:e.coords.longitude,lat:e.coords.latitude},a)},r=function(e){e.code==e.PERMISSION_DENIED?o():e.code==e.POSITION_UNAVAILABLE?o():(e.code,e.TIMEOUT,o())};navigator.geolocation?navigator.geolocation.getCurrentPosition(n,r):o()}); -- cgit v1.2.3