0.0.326 upd change_profile

This commit is contained in:
2023-12-15 16:56:14 +03:00
parent b8fdd61948
commit a3d6f498b1
4 changed files with 30 additions and 2 deletions

View File

@@ -405,6 +405,11 @@ function change_profile_confirm (el){
document.querySelector(".info_profile").innerHTML = data.html;
document.getElementById('save_changes_txt').classList.add('hide')
document.getElementById('changes_saved_txt').classList.add('show')
},
error: function (data){