0.12.17 change_avatar_confirm_ajax RequestDataTooBig

This commit is contained in:
SDE
2024-02-05 23:02:11 +03:00
parent f86be5bd97
commit 1479584bfc
3 changed files with 5 additions and 4 deletions

View File

@@ -469,8 +469,8 @@ async function upload_photo_f_profile (el,files) {
},
error: function (data){
document.querySelector(".avatar_user_profile").innerHTML = data.responseJSON.html;
alert(data.responseJSON.error);
el.value = ''
}
});
// }