We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57630f commit d951764Copy full SHA for d951764
docs/js/custom.js
@@ -141,7 +141,7 @@ $(document).ready(function() {
141
window.location = $('.ds-dropdown-menu a.search-page-link').attr('href');
142
}
143
},
144
- debug: true,
+ debug: false,
145
});
146
search.autocomplete.on('autocomplete:updated', event => {
147
const searchedText = $('.ais-SearchBox-input')[0].value.trim();
0 commit comments