projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
687c73d
)
args may not be defined
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 30 Sep 2010 17:50:55 +0000
(11:50 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 30 Sep 2010 17:50:55 +0000
(11:50 -0600)
imp/js/dimpcore.js
patch
|
blob
|
history
diff --git
a/imp/js/dimpcore.js
b/imp/js/dimpcore.js
index
137c915
..
2b54bcc
100644
(file)
--- a/
imp/js/dimpcore.js
+++ b/
imp/js/dimpcore.js
@@
-268,7
+268,7
@@
var DimpCore = {
params.type = type;
}
- if (type.startsWith('forward') || !args.uids) {
+ if (type.startsWith('forward') || !args
|| !args
.uids) {
if (type.startsWith('forward')) {
params.uids = this.toRangeString(this.selectionToRange(args.uids));
}