Enable debugging for algolia

This commit is contained in:
Aaron Crawfis 2020-10-12 22:01:09 -07:00
parent 178f46e381
commit 4f725711c4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// matching your search input // matching your search input
inputSelector: '.td-search-input', inputSelector: '.td-search-input',
// Set debug to true to inspect the dropdown // Set debug to true to inspect the dropdown
debug: false, debug: true,
}); });
</script> </script>
{{ end }} {{ end }}