removed console logs
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-01-30 20:21:58 +01:00
parent 9f2a57e09f
commit e4a4d64fb5
6 changed files with 19 additions and 23 deletions

View File

@@ -144,10 +144,7 @@ export default {
}
document.addEventListener('click', (e) => {
if (e.target.attributes.id) {
if (e.target.attributes.id.name === 'searchform' || e.target.attributes.id.name === 'search' || e.target.attributes.id.name === 'search-button')
console.log('test')
} else
if (!e.target.attributes.id)
closeNav('mainNav')
})