mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-24 22:39:31 +00:00
Monotone-Parent: f9dd483f39d42723f222b997f3c1e66833300458
Monotone-Revision: a872e5dfd444dcf0e7670797b1c6d79612556ae7 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-27T13:22:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -347,7 +347,10 @@ function refreshAttendeesRO () {
|
||||
|
||||
if (attendeesNames.length > 0) {
|
||||
// Update attendees link and show label
|
||||
attendeesLabel.setStyle({ display: "block" });
|
||||
if (attendeesLabel)
|
||||
attendeesLabel.setStyle({ display: "block" });
|
||||
if ($("attendeesDiv"))
|
||||
$("attendeesDiv").setStyle({display: "block"});
|
||||
|
||||
// Update attendees in menu
|
||||
attendeesNames = attendeesNames.split(",");
|
||||
|
||||
Reference in New Issue
Block a user