Fix eslint warnings
This commit is contained in:
parent
ef4c9a3306
commit
dc2c84f194
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ OSM.Changeset = function (map) {
|
|||
success: function () {
|
||||
OSM.loadSidebarContent(window.location.pathname, page.load);
|
||||
},
|
||||
error: function (xhr, xhr_status, http_status) {
|
||||
error: function (xhr) {
|
||||
$(form).find("#comment-error").text(xhr.responseText);
|
||||
$(form).find("#comment-error").prop("hidden", false);
|
||||
$(form).find("input[type=submit]").prop("disabled", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue