Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-11-05 14:20:54 +03:00
6 changed files with 167 additions and 61 deletions

View File

@@ -694,6 +694,11 @@ function editRoute(id) {
// location.href = '/profile'
document.querySelector(".info_profile").innerHTML = data.html;
if(data.html){
let changeTextButton = document.getElementById('registration')
changeTextButton.innerText = 'Сохранить изменения'
}
sliderInit();