Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/js/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -1442,4 +1442,4 @@ function program2(depth0,data) {
buffer += "\n\n<footer>\n <button type=\"submit\" class=\"btn submit\">Search</button>\n <a href=\"#\" class=\"cancel\">Cancel</a>\n</footer>";
return buffer;
});
}());
}());