From e918275b639bce97ffee1205c0421c74724b7d68 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 26 Mar 2020 13:00:57 -0600 Subject: [PATCH] Disable debug mode on algolia search dropdown --- src/resources/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); });