jQueryUI update changes where custom renderer hides

This commit is contained in:
Nathan Gray 2013-07-19 09:31:00 +00:00
parent d16c426fb6
commit eb18408771

View File

@ -527,7 +527,7 @@ var et2_link_entry = et2_inputWidget.extend(
});
// Custom display (colors)
this.search.data("autocomplete")._renderItem = function(ul, item) {
this.search.data("uiAutocomplete")._renderItem = function(ul, item) {
var li = jQuery(document.createElement('li'))
.data("item.autocomplete", item);
var extra = {};