logging
This commit is contained in:
parent
2b7975ab89
commit
5414d4bca1
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ function scrollTo(element) {
|
|||
}
|
||||
|
||||
function showOverlay(event) {
|
||||
console.log('show overlay', event.target, event)
|
||||
//console.log('show overlay', event.target, event)
|
||||
event.stopPropagation()
|
||||
event.preventDefault()
|
||||
document.querySelectorAll('#video-overlay').forEach(element => element.remove())
|
||||
|
|
Loading…
Reference in a new issue