mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
fix render function for typeahead folder search
This commit is contained in:
parent
6b17c35804
commit
9e7fa8eecd
|
@ -265,7 +265,7 @@ function initMost() {
|
|||
|
||||
items = $(items).map(function (i, item) {
|
||||
i = $(that.options.item).attr('data-value', item.name).attr('data-id', item.id).attr('data-type', item.type);
|
||||
i./*find('a').*/html(that.highlighter(item))
|
||||
i.find('a').html(that.highlighter(item))
|
||||
return i[0]
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user