We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d6885 commit fa61d48Copy full SHA for fa61d48
scripts/ddbasic.search.js
@@ -7,6 +7,11 @@
7
var search = $('.search-field-wrapper');
8
search.addClass('search-field-in-content');
9
search.addClass('js-search-field-in-content');
10
+
11
+ // Remove label.
12
+ search.find('.label-search').remove();
13
14
+ // Add the search field.
15
search.insertAfter('.pane-search-result-count');
16
17
// Ensure that the spinner and other stuff works by wrapping it in a
0 commit comments