Skip to content

Commit

Permalink
Fix wrong indentation due to spaces not tab
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub authored and joker234 committed Aug 17, 2021
1 parent 03af94c commit 103aa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/website/assets/js/map-en.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function httpPostAsync(endPoint, params, callback) {
}
console.log(theUrl)
xmlHttp.open("POST", theUrl, true); // true for asynchronous
xmlHttp.setRequestHeader('Content-Type', 'application/json');
xmlHttp.setRequestHeader('Content-Type', 'application/json');
xmlHttp.send(params);
}

Expand Down

0 comments on commit 103aa08

Please sign in to comment.