Skip to content

Commit c044ec0

Browse files
committed
Whitespace change to match upstream
1 parent a3bf685 commit c044ec0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/assets/javascripts/index/export.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ OSM.Export = function (map) {
103103
.addEventListener("turbo:before-fetch-request", function (event) {
104104
event.detail.fetchOptions.headers.Accept = "application/xml";
105105
});
106-
$("#export_overpass").on("click", async function (event) {event.preventDefault();
106+
$("#export_overpass").on("click", async function (event) {
107+
event.preventDefault();
107108
const downloadUrl = $(this).attr("href");
108109
const confirmed = await showConfirmationModal();
109110
if (confirmed) {

0 commit comments

Comments
 (0)