mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-09 04:19:43 +00:00
Monotone-Parent: 1c35adab7fd8e06ce714bf53d059f4e01978677d
Monotone-Revision: 52144e5b0340281632f7e7aadc9ca155bba27c61 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-06T17:44:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1588,8 +1588,8 @@ function delegateInvitation(componentUrl, callbackFunction, callbackData) {
|
||||
var receiveUpdates = false; //confirm("Do you want to keep receiving updates on the event?");
|
||||
var urlstr = componentUrl + "/delegate";
|
||||
var parameters = "to=" + delegatedTo + "&receiveUpdates=" + (receiveUpdates?"YES":"NO");
|
||||
return triggerAjaxRequest(urlstr, callbackFunction, callbackData, parameters,
|
||||
{ "Content-type": "application/x-www-form-urlencoded" });
|
||||
triggerAjaxRequest(urlstr, callbackFunction, callbackData, parameters,
|
||||
{ "Content-type": "application/x-www-form-urlencoded" });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user