mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
(fix) JavaScript syntax error in attendees editor
This commit is contained in:
1
NEWS
1
NEWS
@@ -28,6 +28,7 @@ Bug fixes
|
||||
- fix double creation of folders in Outlook when the folder name starts with a digit (Zentyal)
|
||||
- avoid crashing Outlook after setting a custom view in a calendar folder (Zentyal)
|
||||
- handle emails having an attachment as their content
|
||||
- fixed JavaScript syntax error in attendees editor
|
||||
|
||||
2.3.2 (2015-09-16)
|
||||
------------------
|
||||
|
||||
@@ -225,7 +225,8 @@ function performSearchCallback(http) {
|
||||
if (contact["c_domain"])
|
||||
login += "@" + contact["c_domain"];
|
||||
node.uid = (contact["isMSExchange"]? UserLogin + ":" : "") + login;
|
||||
} else
|
||||
}
|
||||
else {
|
||||
node.uid = null;
|
||||
node.appendChild(new Element('div').addClassName('colorBox').addClassName('noFreeBusy'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user