mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Monotone-Parent: 6c032e11075a96ae3119321ec684430c9bc3266e
Monotone-Revision: 848334eb08f386e8f5710bf4cf4090e0b1053ec1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-08T13:34:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-06-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxAclEditor.js: (onAclLoadHandler) we
|
||||
bind the "unload" event rather than "beforeunload", which does not
|
||||
seem to work on IE.
|
||||
|
||||
2010-06-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxAclEditor.js (onAclLoadHandler): add
|
||||
|
||||
@@ -209,7 +209,7 @@ function onAclLoadHandler() {
|
||||
AclEditor['userRightsHeight'] = window.opener.getUsersRightsWindowHeight();
|
||||
AclEditor['userRightsWidth'] = window.opener.getUsersRightsWindowWidth();
|
||||
|
||||
Event.observe(window, "beforeunload", onAclCloseHandler);
|
||||
Event.observe(window, "unload", onAclCloseHandler);
|
||||
}
|
||||
|
||||
function onAclCloseHandler(event) {
|
||||
|
||||
Reference in New Issue
Block a user