This commit is contained in:
2023-08-29 17:10:35 +03:00
parent 00799916c6
commit 63f0fe8dd9

View File

@@ -71,12 +71,12 @@ function load_routes (el) {
if (!data.last_block_routes){
el.classList.toggle("hide")
}
let el_scroll = place_ins.firstElementChild
el_scroll.scrollIntoView(
{
behavior:"smooth"
}
)
// let el_scroll = place_ins.firstElementChild
// el_scroll.scrollIntoView(
// {
// behavior:"smooth"
// }
// )
let new_page_routes = document.createElement("div")
new_page_routes.classList.add("page_routes_" + page_iterator)
$(new_page_routes).insertAfter(".page_routes_" + old_page_iterator);