error: function (xhr, status, error) {
                if (xhr.status === 400) {
                    $.comment('updateErrors', $this, xhr.responseJSON);
                } else {
                    alert(error);