0.1.350 small upd for .css
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user