forked from extern/egroupware
jQueryUI update changes where custom renderer hides
This commit is contained in:
parent
d16c426fb6
commit
eb18408771
@ -527,7 +527,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Custom display (colors)
|
// 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'))
|
var li = jQuery(document.createElement('li'))
|
||||||
.data("item.autocomplete", item);
|
.data("item.autocomplete", item);
|
||||||
var extra = {};
|
var extra = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user