From 111b8c6ae387d96f80f90904acd87a2dfb544070 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Thu, 2 Feb 2012 16:57:28 +0100 Subject: [PATCH] fix autocomplete --- wolnelektury/static/js/search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolnelektury/static/js/search.js b/wolnelektury/static/js/search.js index e81024603..6afc4a399 100644 --- 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 $("
  • ").data('item.autocomplete', item) - .append(''+item.label+''+ - ''+item.category+'') + .append(''+item.label+''+ + ''+item.category+'') .appendTo(ul); }, -- 2.20.1