Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atqy committed Aug 31, 2022
1 parent 35c845d commit 4b162a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _static/kendrasearchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ var KendraSearch = {
this.title = $('<h2>' + _('Searching...') + '</h2>').appendTo(this.out);
this.dots = $('<span></span>').appendTo(this.title);
this.status = $('<p class="search-summary">&nbsp;</p>').appendTo(this.out);
// this.searchFilter = $('<div class="search-filter"></div>').appendTo(this.out)
this.output = $('<ul class="search"/>').appendTo(this.out);
this.out.css("margin", "auto");

Expand Down

0 comments on commit 4b162a3

Please sign in to comment.