Fix to properly show the "Add Attendee" when multiple attendees are defined.

Monotone-Parent: b6c5d167d41a064b4f0368af6cac50707b98be82
Monotone-Revision: 28ba6a8fb0de57f2cd4f4b6c185e5b0303c886ec

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-05-16T17:58:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-05-16 17:58:44 +00:00
parent 5946dc5a67
commit 2c9cefb3f9
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ function newAttendee(previousAttendee) {
var attendeesDiv = $$('TABLE#freeBusy TD.freeBusyAttendees DIV').first();
var dataDiv = $$('TABLE#freeBusy TD.freeBusyData DIV').first();
dataDiv.scrollTop = attendeesDiv.scrollTop;
dataDiv.scrollTop = attendeesDiv.scrollTop = table.clientHeight;
return result;
}