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