mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
cleanup
This commit is contained in:
parent
30f94bef41
commit
ff07cf5516
@ -104,7 +104,6 @@ function inventreeDocReady() {
|
|||||||
},
|
},
|
||||||
create: function () {
|
create: function () {
|
||||||
$(this).data('ui-autocomplete')._renderItem = function (ul, item) {
|
$(this).data('ui-autocomplete')._renderItem = function (ul, item) {
|
||||||
console.log(item);
|
|
||||||
return $('<li>')
|
return $('<li>')
|
||||||
.append('<span>' + imageHoverIcon(item.thumbnail) + item.label + '</span>')
|
.append('<span>' + imageHoverIcon(item.thumbnail) + item.label + '</span>')
|
||||||
.appendTo(ul);
|
.appendTo(ul);
|
||||||
|
Loading…
Reference in New Issue
Block a user