See ChangeLog.

Monotone-Parent: a6d3b9fa4de9255e40d3f81c5173a8189e87427a
Monotone-Revision: 361f4d1d571053d2b3dd474a5d6755ef20cc2851

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-09T05:07:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2012-02-09 05:07:20 +00:00
parent 4d44ac91fa
commit 6aba8896c6
2 changed files with 7 additions and 0 deletions
@@ -522,6 +522,7 @@ function checkAttendee(input) {
if (tbody && input.value.blank()) {
var dataTable = $("freeBusyData").tBodies[0];
var dataRow = dataTable.rows[row.sectionRowIndex];
input.stopObserving();
tbody.removeChild(row);
dataTable.removeChild(dataRow);
}