diff --git a/src/resources/js/common.js b/src/resources/js/common.js index 00eb5f8..995d20a 100644 --- a/src/resources/js/common.js +++ b/src/resources/js/common.js @@ -4,6 +4,6 @@ document.addEventListener('DOMContentLoaded', function() { apiKey: '14275a785f6ebd31d162f9d2d8fc0125', indexName: 'caddyserver', inputSelector: '#search', - debug: true // Set debug to true if you want to inspect the dropdown + debug: false // Set debug to true if you want to inspect the dropdown }); });