fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Search engine now should be db change change-proof
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
search.js
diff --git
a/wolnelektury/static/js/search.js
b/wolnelektury/static/js/search.js
index
e810246
..
6afc4a3
100644
(file)
--- a/
wolnelektury/static/js/search.js
+++ b/
wolnelektury/static/js/search.js
@@
-29,8
+29,8
@@
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('<
span class="search-hint-label"><a href="'+item.url+'">'+item.label+'</a>
</span>'+
- '<span class="search-hint-category mono">'+item.category+'</span>')
+ .append('<
a href="'+item.url+'"><span class="search-hint-label">'+item.label+'
</span>'+
+ '<span class="search-hint-category mono">'+item.category+'</span>
</a>
')
.appendTo(ul);
},
.appendTo(ul);
},