Revert functions_ui
This commit is contained in:
parent
c7bb5ad430
commit
214535bdaa
|
@ -5237,7 +5237,6 @@ function ui_print_agent_autocomplete_input($parameters)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
}
|
||||
//==================================================
|
||||
|
@ -5249,6 +5248,7 @@ function ui_print_agent_autocomplete_input($parameters)
|
|||
.css("background","url(\"'.$icon_image.'\") right center no-repeat");
|
||||
|
||||
select_item_click = 0;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -5259,19 +5259,20 @@ function ui_print_agent_autocomplete_input($parameters)
|
|||
dataType: "json",
|
||||
success: function (data) {
|
||||
cache_'.$input_name.'[groupId][term] = data; //Save the cache
|
||||
|
||||
response(data);
|
||||
|
||||
//Set icon
|
||||
setInputBackground("'.$input_id.'", "'.$icon_image.'");
|
||||
select_item_click = 0;
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
$("#'.$input_id.'")
|
||||
.css("background",
|
||||
"url(\"'.$icon_image.'\") right center no-repeat");
|
||||
|
||||
select_item_click = 0;
|
||||
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
||||
return;
|
||||
},
|
||||
//---END source-----------------------------------------
|
||||
|
|
Loading…
Reference in New Issue