projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717abaf
)
Bug #8787: Fix rownum variable name
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 22 Dec 2009 05:23:54 +0000
(22:23 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 22 Dec 2009 05:30:13 +0000
(22:30 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
253d3c5
..
0487e5b
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-1622,7
+1622,7
@@
var DimpBase = {
case Event.KEY_BACKSPACE:
r = sel.get('dataob');
if (e.shiftKey) {
- this.moveSelected((r.last().rownum == this.viewport.getMetaData('total_rows')) ? (r.first().VP_rownum - 1) : (r.last().VP_rownum + 1), true);
+ this.moveSelected((r.last().
VP_
rownum == this.viewport.getMetaData('total_rows')) ? (r.first().VP_rownum - 1) : (r.last().VP_rownum + 1), true);
}
this.deleteMsg({ vs: sel });
e.stop();