mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-25 03:44:17 +00:00
Monotone-Parent: ba5973b414572fb5f085f8980182645843a42958
Monotone-Revision: 778ca12e99d197e109e23159f48ce1b32026519c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-05T14:37:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -31,7 +31,7 @@ var menus = new Array();
|
||||
var search = {};
|
||||
var sorting = {};
|
||||
|
||||
var lastClickedRow = null;
|
||||
var lastClickedRow = -1;
|
||||
|
||||
var weekStartIsMonday = true;
|
||||
|
||||
@@ -495,7 +495,7 @@ function onRowClick(event) {
|
||||
|
||||
var initialSelection = $(node.parentNode).getSelectedNodes();
|
||||
if ((event.shiftKey == 1 || event.ctrlKey == 1)
|
||||
&& lastClickedRow
|
||||
&& (lastClickedRow >= 0)
|
||||
&& (acceptMultiSelect(node.parentNode)
|
||||
|| acceptMultiSelect(node.parentNode.parentNode))) {
|
||||
if (event.shiftKey)
|
||||
|
||||
Reference in New Issue
Block a user