JavaScript fix for IE

Monotone-Parent: 9649af47ac1814f0a873960b05bd95c5d93ec65f
Monotone-Revision: 40362052f51195c01351fb098d0a2d6936db5292

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-19T14:25:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-04-19 14:25:53 +00:00
parent c259f618e2
commit 67472f93a1
+1 -1
View File
@@ -1295,7 +1295,7 @@ function initContacts(event) {
if (table) {
// Initialize event delegation on contacts table
table.multiselect = true;
var tbody = table.tBodies[0];
var tbody = $(table.tBodies[0]);
tbody.on("mousedown", onContactSelectionChange);
tbody.on("dblclick", onContactRowDblClick);
tbody.on("selectstart", listRowMouseDownHandler);