remove ajax-deleted Your Items from the DOM so autocomplete recognizes that its gone
This commit is contained in:
parent
b9700e3d7c
commit
824a806140
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
}
|
||||
|
||||
function objectRemoved(objectWrapper) {
|
||||
objectWrapper.hide(250);
|
||||
objectWrapper.hide(250, $.proxy(objectWrapper, 'remove'));
|
||||
}
|
||||
|
||||
function compareItemsByName(a, b) {
|
||||
|
|
Loading…
Reference in a new issue