0.0.199 small upd for my_routes

This commit is contained in:
2023-11-03 18:27:44 +03:00
parent b32a79f966
commit c1ea4788a4
3 changed files with 27 additions and 7 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();