Monotone-Parent: 1beab6f7161f1ff90581edaf85291cb4aa19c519

Monotone-Revision: 259559c21caed39aa6ab914f31e8244a63e1f96a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-07T18:14:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-07 18:14:29 +00:00
parent 2b8e4fe9af
commit b6b5a78d41
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -115,6 +115,14 @@ function deleteEvent()
return false;
}
function modifyEvent(sender, modification) {
var currentLocation = '' + window.location;
var arr = currentLocation.split("/");
arr[arr.length-1] = modification;
window.location = arr.join("/");
window.close();
}
function deleteEventCallback(http)
{
if (http.readyState == 4