js style
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user