}));
});
- $(".directions_form .close").on("click", function (e) {
+ $(".directions_form .btn-close").on("click", function (e) {
e.preventDefault();
var route_from = endpoints[0].value;
if (route_from) {
map.fitBounds(polyline.getBounds().pad(0.05));
}
- var html = "<h2><a class=\"geolink\" href=\"#\">" +
- "<span class=\"icon close\"></span></a>" + I18n.t("javascripts.directions.directions") +
- "</h2><p>" +
+ var html = "<a class=\"geolink\" href=\"#\"><button type='button' class='btn-close float-end mt-1'></button></a>" +
+ "<h2>" + I18n.t("javascripts.directions.directions") + "</h2>" +
+ "<p>" +
I18n.t("javascripts.directions.distance") + ": " + formatDistance(route.distance) + ". " +
I18n.t("javascripts.directions.time") + ": " + formatTime(route.time) + ".";
if (typeof route.ascend !== "undefined" && typeof route.descend !== "undefined") {
</form>
<form method="GET" action="<%= directions_path %>" class="directions_form pb-3">
- <div class="clearfix px-3 py-3"><span class="icon close"></span></div>
+ <div class="clearfix px-3 py-3"><button type="button" class="btn-close float-end"></button></div>
<div class="row gx-2 m-1">
<div class="col-1">