mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
Monotone-Parent: 4c3313b138cb68cb3e389108d8457732594a094d
Monotone-Revision: 47946984df94ecb19a0e0f351847e1df1ec07393 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-14T13:22:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-04-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/generic.js (onRowClick): fixed a typo.
|
||||
|
||||
2010-04-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxContactEditor.js (initEditorForm): we
|
||||
|
||||
@@ -488,7 +488,7 @@ function onRowClick(event) {
|
||||
// Ignore non primary-click (ie right-click) inside current selection
|
||||
return true;
|
||||
|
||||
if ((event.shiftKey == 1 || (isMac() && event.metaKey == 1) || (!isMac() && event.ctrlKey == 1)))
|
||||
if ((event.shiftKey == 1 || (isMac() && event.metaKey == 1) || (!isMac() && event.ctrlKey == 1))
|
||||
&& (lastClickedRow >= 0)
|
||||
&& (acceptMultiSelect(node.parentNode)
|
||||
|| acceptMultiSelect(node.parentNode.parentNode))) {
|
||||
|
||||
Reference in New Issue
Block a user