mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
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)
|
||||
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 = {};
|
||||
|
Loading…
Reference in New Issue
Block a user