mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 05:36:23 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user