TRI-293: add custom and mover handler + mover page poster
This commit is contained in:
@@ -281,13 +281,9 @@ function searchTown(el){
|
||||
|
||||
if (el.value.length > 2){
|
||||
el.style.background = 'white url("/static/img/svg/loader.svg") no-repeat calc(100% - 15px) center';
|
||||
|
||||
|
||||
|
||||
}else {
|
||||
el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
|
||||
}
|
||||
|
||||
if(el.value.length>=3){
|
||||
let timer = null
|
||||
if (timer) {
|
||||
@@ -319,10 +315,6 @@ function searchTown(el){
|
||||
success: function(data){
|
||||
el.style.background = 'white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center';
|
||||
loader_place_ins_boris(el,"el")
|
||||
|
||||
|
||||
|
||||
|
||||
return insertSearchList(data, el.name + '_list');
|
||||
middleWareJS()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user