Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungaryk authored Nov 5, 2024
1 parent 5eba3b3 commit 0ff86ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/vendor/coveo.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ use ${osMap[this.clientOS].secondaryKeyLabelLong} + ${shortcutKeyMap.keyLabel}`
this.searchboxTextarea.placeholder = 'Search Docs'
// .getAttribute('aria-label') is used here instead of .ariaLabel
// because for some reason, it returned an error in firefox
console.log(this.searchboxTextarea)
console.log(this.searchboxTextarea.getAttribute('aria-label'))
this.searchboxTextarea.ariaLabel = this.searchboxTextarea
.getAttribute('aria-label')
.replace('Search field', 'Search Doc field')
Expand Down

0 comments on commit 0ff86ab

Please sign in to comment.