Fixed js error (menu on attendees click in appt editor was missing)

Monotone-Parent: 84d44b6be23bed8058ba538dff000f33d798c586
Monotone-Revision: e292677ede1d2791b17ab079a910441aa4da8599

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-14T14:06:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-09-14 14:06:20 +00:00
parent 3732d9a168
commit 596bd3ce1c

View File

@@ -102,7 +102,7 @@ function validateAptEditor() {
function onAttendeesMenuPrepareVisibility()
{
var composeToUndecidedAttendees = $('composeToUndecidedAttendees');
var attendeesStates = $('attendeesStates').value;
var attendeesStates = $('attendeesMenu').innerHTML;
if (attendeesStates.indexOf("needs-action") < 0)
composeToUndecidedAttendees.addClassName("disabled");