projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1aaba
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 10 Feb 2009 07:38:54 +0000
(
00:38
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 10 Feb 2009 07:38:54 +0000
(
00:38
-0700)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
c7b0cb6
..
a875b7a
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-2327,7
+2327,7
@@
DimpBase._msgDragConfig = {
if (!args.right && (e.ctrlKey || e.metaKey)) {
DimpBase.msgSelect(id, $H({ ctrl: true }).merge(args).toObject());
} else if (e.shiftKey) {
- DimpB
sa
e.msgSelect(id, $H({ shift: true }).merge(args).toObject());
+ DimpB
as
e.msgSelect(id, $H({ shift: true }).merge(args).toObject());
} else if (e.element().hasClassName('msCheck')) {
DimpBase.msgSelect(id, { ctrl: true, right: true });
} else if (DimpBase.isSelected('domid', id)) {