fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
book/picture-only tags
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
js
/
search.js
diff --git
a/src/wolnelektury/static/js/search.js
b/src/wolnelektury/static/js/search.js
index
4d001e0
..
786a05c
100644
(file)
--- a/
src/wolnelektury/static/js/search.js
+++ b/
src/wolnelektury/static/js/search.js
@@
-33,8
+33,7
@@
var __bind = function (self, fn) {
render_item: function (ul, item) {
return $("<li></li>").data('item.autocomplete', item)
render_item: function (ul, item) {
return $("<li></li>").data('item.autocomplete', item)
- .append('<a href="'+this.options.host+item.url+'"><span class="search-hint-label">'+item.label+'</span>'+
- '<span class="search-hint-category mono">'+item.category+'</span></a>')
+ .append('<a href="'+this.options.host+item.url+'"><span class="search-hint-label">'+item.label+'</span>')
.appendTo(ul);
},
.appendTo(ul);
},