Browse Source

Remove mouseout listener in mousedown listener

Alexandre Dieulot 5 years ago
parent
commit
89071ba489
1 changed files with 0 additions and 2 deletions
  1. 0 2
      instantpage.js

+ 0 - 2
instantpage.js

@@ -132,8 +132,6 @@ function mousedownListener(event) {
     return
   }
 
-  linkElement.addEventListener('mouseout', mouseoutListener, {passive: true})
-
   preload(linkElement.href)
 }