diff --git a/resources/js/templates.js b/resources/js/templates.js index 61efebe..11118cc 100644 --- a/resources/js/templates.js +++ b/resources/js/templates.js @@ -920,7 +920,7 @@ function program5(depth0,data,depth1) { function program7(depth0,data) { - return "http://mt.googleapis.com/vt/icon/name=icons/spotlight/spotlight-poi.png&scale=2"; + return "https://mt.googleapis.com/vt/icon/name=icons/spotlight/spotlight-poi.png&scale=2"; } function program9(depth0,data) { @@ -1442,4 +1442,4 @@ function program2(depth0,data) { buffer += "\n\n"; return buffer; }); -}()); \ No newline at end of file +}());