Fix some JSHint complaints
This commit is contained in:
parent
6671a934bf
commit
1596713871
22 changed files with 96 additions and 93 deletions
|
@ -62,7 +62,7 @@ OSM.History = function(map) {
|
|||
url: window.location.pathname,
|
||||
method: "GET",
|
||||
data: data,
|
||||
success: function(html, status, xhr) {
|
||||
success: function(html) {
|
||||
$('#sidebar_content .changesets').html(html);
|
||||
updateMap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue