mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-07 03:19:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user