diff --git a/www/searchFunc.js b/www/searchFunc.js index c2e129a3720ebc124adfc3bbcfb3e0d00970122d..20c4c901105b02091808212299f851dd9d248cd8 100644 --- a/www/searchFunc.js +++ b/www/searchFunc.js @@ -130,6 +130,7 @@ UNL_Search.onSearchComplete = function(control, searcher) { if (searcher.cursor.estimatedResultCount) { var $resultHead = $("<div />").addClass('result_head').text('About ' + searcher.cursor.estimatedResultCount + ' results'); + $('.result_head', control.root).remove(); $('.gsc-results', control.root).before($resultHead); }