mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: Remove mouseover listener
This commit is contained in:
parent
1218d47eb5
commit
7c7580d226
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ function setupNotifications() {
|
|||
if (document) {
|
||||
document.addEventListener("scroll", resetIdle);
|
||||
}
|
||||
window.addEventListener("mouseover", resetIdle);
|
||||
PageTracker.on("change", resetIdle);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue