diff options
Diffstat (limited to 'core/search')
-rw-r--r-- | core/search/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/search/js/search.js b/core/search/js/search.js index 599a7c7d5c2..42bdaf88352 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 = $('<div id="searchresults" class="hidden"/>'); + $searchResults = $('<div id="searchresults" class="hidden"/>'); $('#app-content') .append($searchResults) .find('.viewcontainer').css('min-height', 'initial'); |