Fix variable already defined

This commit is contained in:
Raimund Schlüßler 2015-02-09 07:52:10 +01:00
parent fcc144ca74
commit c398e8e42e
1 changed files with 1 additions and 1 deletions

View File

@ -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');