X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a1657f03a836fa5ade55e52083eff359b486e8f3..dbe84a97bf48789e0f32a185f701840fc68063bd:/app/assets/javascripts/index/changeset.js?ds=sidebyside diff --git a/app/assets/javascripts/index/changeset.js b/app/assets/javascripts/index/changeset.js index a6213b9c4..c6e77bc71 100644 --- a/app/assets/javascripts/index/changeset.js +++ b/app/assets/javascripts/index/changeset.js @@ -46,8 +46,8 @@ OSM.Changeset = function (map) { success: function () { OSM.loadSidebarContent(window.location.pathname, page.load); }, - error: function (xhr, xhr_status, http_status) { - $(form).find("#comment-error").text(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); }