mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Removed all window.unload event handlers. This kind of fixes #200
This commit is contained in:
parent
0c77052698
commit
d00be5b817
3 changed files with 14 additions and 22 deletions
|
@ -4654,7 +4654,6 @@ function Ace2Inner(){
|
|||
|
||||
function bindTheEventHandlers()
|
||||
{
|
||||
bindEventHandler(window, "unload", teardown);
|
||||
bindEventHandler(document, "keydown", handleKeyEvent);
|
||||
bindEventHandler(document, "keypress", handleKeyEvent);
|
||||
bindEventHandler(document, "keyup", handleKeyEvent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue