0.8.357
This commit is contained in:
@@ -92,12 +92,11 @@ function ajax_for_filter (data_d,get_url){
|
||||
let new_page_routes = document.createElement("div")
|
||||
new_page_routes.classList.add("page_paging_elements_" + page_iterator)
|
||||
let insert_place_main = document.querySelector(".block-finded-routes")
|
||||
if (insert_place_main){
|
||||
if (insert_place_main) {
|
||||
insert_place_main.innerHTML = ''
|
||||
insert_place_main.appendChild(new_page_routes)
|
||||
}
|
||||
|
||||
// $(new_page_routes).insertAfter(".page_paging_elements_" + old_page_iterator);
|
||||
// // $(new_page_routes).insertAfter(".page_pagingelements_" + old_page_iterator);
|
||||
// let line_separator = document.createElement("div")
|
||||
// line_separator.classList.add("line_separator_page_w_el")
|
||||
// $(line_separator).insertAfter(".page_paging_elements_" + separator_iterator);
|
||||
|
||||
@@ -779,7 +779,7 @@ function open_curtain (left=null,right=null,overlay=null,close=null){
|
||||
handler_text.style.fontSize = '13px'
|
||||
} else {
|
||||
handler_text.innerHTML = curtain_name
|
||||
handler_text.style.fontSize = '16px'
|
||||
handler_text.style.fontSize = '13px'
|
||||
}
|
||||
|
||||
if (!curtain.classList.contains('open')){
|
||||
|
||||
Reference in New Issue
Block a user