remove ajax-deleted Your Items from the DOM so autocomplete recognizes that its gone

This commit is contained in:
Emi Matchu 2011-07-30 23:05:55 -04:00
parent b9700e3d7c
commit 824a806140

View file

@ -119,7 +119,7 @@
}
function objectRemoved(objectWrapper) {
objectWrapper.hide(250);
objectWrapper.hide(250, $.proxy(objectWrapper, 'remove'));
}
function compareItemsByName(a, b) {