0.0.205
This commit is contained in:
@@ -32,7 +32,11 @@ function filters_func_find_route_main (el){
|
||||
// window.location.href = window.location.href + "?" + get_url
|
||||
// window.location.search = "?" + get_url
|
||||
history.pushState({'data':data_d,'str_data':get_url}, "state_filters", `?${get_url}`);
|
||||
document.querySelector(".block-finded-routes")
|
||||
let element = document.createElement("img")
|
||||
element.classList.add("loader_filters_routes")
|
||||
element.src = "/static/img/svg/loader.svg"
|
||||
let ins_bef_el = document.querySelector(".block-finded-routes").firstChild
|
||||
$(element).insertBefore(ins_bef_el)
|
||||
// window.history.pushState({data:get_url
|
||||
// },{})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user