Skip to content

Commit d951764

Browse files
committed
custom.js: Disable search debug
1 parent b57630f commit d951764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $(document).ready(function() {
141141
window.location = $('.ds-dropdown-menu a.search-page-link').attr('href');
142142
}
143143
},
144-
debug: true,
144+
debug: false,
145145
});
146146
search.autocomplete.on('autocomplete:updated', event => {
147147
const searchedText = $('.ais-SearchBox-input')[0].value.trim();

0 commit comments

Comments
 (0)