Fixed a bug in selection of live loading tables. Can have drawbacks elsewhere.

Monotone-Parent: cc5ae0ed4fdbea1b7073ec3eaac478fa46d683f7
Monotone-Revision: 29ad2f44363331300de6fd559f5b2878bb4e2883

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-01-21T21:46:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-01-21 21:46:27 +00:00
parent fcf937b09c
commit 00a7a97370

View File

@@ -273,7 +273,7 @@ Element.addMethods({
log ("refreshSelectionByIds Error: " + element.tagName
+ " select by ID " + element.selectedIds[i]
+ " not found (" + element.childNodes.length + " children)");
element.selectedIds.splice(i,1);
//element.selectedIds.splice(i,1);
}
}
}