mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix canceled close still destroyed session
This commit is contained in:
parent
0715b47bc8
commit
9a53dc3ffd
@ -467,7 +467,7 @@ export class etemplate2
|
||||
[this._etemplate_exec_id], null, null, "keepalive").sendRequest();
|
||||
}, this);
|
||||
|
||||
window.addEventListener("beforeunload", this.destroy_session);
|
||||
window.addEventListener("unload", this.destroy_session);
|
||||
}
|
||||
}
|
||||
|
||||
@ -483,6 +483,7 @@ export class etemplate2
|
||||
|
||||
// Chrome requires returnValue to be set
|
||||
e.returnValue = '';
|
||||
return "";
|
||||
}
|
||||
|
||||
public skip_close_prompt(skip = true)
|
||||
|
Loading…
Reference in New Issue
Block a user