0.0.194
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user