Skip to content

Commit 3f0b19b

Browse files
committed
Removed extra add/remove class
1 parent a84ec78 commit 3f0b19b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/search.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ var Search = Control.extend({
566566
}
567567
});
568568
}
569-
$('#left').removeClass('search-showing');
570569
},
571570

572571
// function showResults
@@ -593,7 +592,6 @@ var Search = Control.extend({
593592
this.$resultsContainer.scrollTop(0);
594593
$('#left').addClass('search-showing');
595594
}
596-
$('#left').addClass('search-showing');
597595
},
598596

599597
// ---- END SHOW/HIDE ---- //

0 commit comments

Comments
 (0)