mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-02 12:02:45 +00:00
See ChangeLog.
Monotone-Parent: 29cd46d91b0c0d1156ea93feaa77eb114a1dc1bc Monotone-Revision: c1fbc1eec0e204f82627f44220958a6f0f63ffe9 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-07-28T20:19:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -10,6 +10,24 @@ function getOwnerLogin() {
|
||||
return ownerLogin;
|
||||
}
|
||||
|
||||
function getCalendarOwner() {
|
||||
var ownerProfile;
|
||||
|
||||
if (typeof organizer == "undefined") {
|
||||
var calendarIndex = $("calendarList").value;
|
||||
var ownersList = owners[0];
|
||||
var profiles = owners[1];
|
||||
var ownerUid = ownersList[calendarIndex];
|
||||
ownerProfile = profiles[ownerUid];
|
||||
ownerProfile["uid"] = ownerUid;
|
||||
}
|
||||
else {
|
||||
ownerProfile = organizer;
|
||||
}
|
||||
|
||||
return ownerProfile;
|
||||
}
|
||||
|
||||
function onPopupAttendeesWindow(event) {
|
||||
if (event)
|
||||
preventDefault(event);
|
||||
|
||||
Reference in New Issue
Block a user