mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 20:09:28 +00:00
(fix) JavaScript syntax error in attendees editor
This commit is contained in:
@@ -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