diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 8f600b8ec..c95b6b38d 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -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);