From 1ae80efbc602fc813276a718bfad17ad11f9b665 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 11 Jan 2019 11:52:10 +0100 Subject: [PATCH] Link to location in table/ now uses OSM, our default closes #278 --- docroot/table/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/table/index.html b/docroot/table/index.html index cb70935..c68d163 100644 --- a/docroot/table/index.html +++ b/docroot/table/index.html @@ -284,7 +284,7 @@ visible: true, data: null, render : function(data, type, row) { - var t = "{{addr}}"; + var t = "{{addr}}"; return Mustache.render(t, data); }, "targets" : [10],