mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +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…
x
Reference in New Issue
Block a user