projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a554184
)
Fix shift-DEL action in dimp
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 8 Jun 2009 21:34:53 +0000
(15:34 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 8 Jun 2009 21:34:53 +0000
(15:34 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
c6b8a2f
..
656b6de
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-1399,7
+1399,7
@@
var DimpBase = {
if (e.shiftKey) {
this.moveSelected((r.last().rownum == this.viewport.getMetaData('total_rows')) ? (r.first().rownum - 1) : (r.last().rownum + 1), true);
}
- this.deleteMsg();
+ this.deleteMsg(
{ vs: sel }
);
e.stop();
break;