diff --git a/core/search/js/search.js b/core/search/js/search.js index 599a7c7d5c..42bdaf8835 100644 --- a/core/search/js/search.js +++ b/core/search/js/search.js @@ -366,7 +366,7 @@ $(document).ready(function() { $('#app-content') .find('.viewcontainer').css('min-height', 'initial'); } else { - var $searchResults = $('
'); + $searchResults = $(''); $('#app-content') .append($searchResults) .find('.viewcontainer').css('min-height', 'initial');