0.1.350 small upd for .css

This commit is contained in:
2024-01-31 17:49:03 +03:00
parent f99a010e4a
commit b5f24ebf2e
2 changed files with 13 additions and 1 deletions

View File

@@ -580,6 +580,8 @@ function sendRoute(el, routeID = null){
// document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'});
@@ -795,6 +797,11 @@ function editRoute(id) {
if(data.html){
let changeTextButton = document.getElementById('registration')
changeTextButton.innerText = 'Сохранить изменения'
window.scrollTo({
top: 0,
left: 0,
behavior: "smooth"
});
}
init_departure_DT()