Skip to content

Commit 74c15a4

Browse files
committed
custom.js: Rm buggy "autocompleteOptions: { debug: false },"
Useful for dropdown debug when true, it change the searchbox background from white to black even when set to false.
1 parent d24b27f commit 74c15a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/js/custom.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ $(document).ready(function() {
8585
apiKey: '21ce3e522455e18e7ee16cf7d66edb4b',
8686
indexName: 'ezplatform',
8787
inputSelector: '#search_input',
88-
autocompleteOptions: { debug: false },
8988
transformData: function(hits) {
9089
const hitsPerPage = 10;
9190
const removedPattern = '¶';

0 commit comments

Comments
 (0)