mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: bd568f37dda7cb0476f9a3598cfd5af819e9784f
Monotone-Revision: 7e65e45f8632d82535b215d04d1f984fc6264a95 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-30T14:02:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -161,8 +161,10 @@ function modifyEventCallback(http) {
|
||||
log("closing window...?");
|
||||
if (queryParameters["mail-invitation"] == "yes")
|
||||
closeInvitationWindow();
|
||||
else
|
||||
window.close();
|
||||
else {
|
||||
window.opener.setTimeout("refreshAppointmentsAndDisplay();", 100);
|
||||
window.setTimeout("window.close();", 100);
|
||||
}
|
||||
}
|
||||
else {
|
||||
log("showing alert...");
|
||||
|
||||
Reference in New Issue
Block a user