This commit is contained in:
Toks
2013-06-29 15:19:37 -04:00
parent 938e19f384
commit 8ac01e9f38
4 changed files with 6 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
}).data("uiAutocomplete")._renderItem = function(list, pool) {
var $link = $("<a/>").addClass("pool-category-" + pool.category).text(pool.label);
return $("<li/>").data("item.autocomplete", pool).append($link).appendTo(list);
}
};
$("#pool").click(function(e) {
e.preventDefault();