mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user