From f3e2b009aa0079d5300a9da1e082893e909886d8 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 14 May 2013 15:23:39 -0400 Subject: fixed tag search UI --- askbot/media/js/live_search.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/askbot/media/js/live_search.js b/askbot/media/js/live_search.js index 1aebb6ce..b812070c 100644 --- a/askbot/media/js/live_search.js +++ b/askbot/media/js/live_search.js @@ -409,7 +409,7 @@ FullTextSearch.prototype.runTagSearch = function() { url: url, dataType: 'json', success: function(data, text_status, xhr){ - me.renderFullTextResult(data, text_status, xhr); + me.renderFullTextSearchResult(data, text_status, xhr); $('#ab-tag-search').val(''); }, }); @@ -445,7 +445,7 @@ FullTextSearch.prototype.activateTagSearchInput = function() { matchInside: true, maxCacheLength: 100, maxItemsToShow: 20, - onItemSelect: function(){ this.runTagSearch(); }, + onItemSelect: function(){ me.runTagSearch(); }, delay: 10 }); ac.decorate($('#ab-tag-search')); -- cgit v1.2.3-1-g7c22