projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e7f448
)
Bug #9444: Existence check
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 14 Dec 2010 05:15:20 +0000
(22:15 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 14 Dec 2010 05:15:20 +0000
(22:15 -0700)
horde/js/dragdrop2.js
patch
|
blob
|
history
diff --git
a/horde/js/dragdrop2.js
b/horde/js/dragdrop2.js
index
57ec1ac
..
3fbad8c
100644
(file)
--- a/
horde/js/dragdrop2.js
+++ b/
horde/js/dragdrop2.js
@@
-496,7
+496,7
@@
Drag = Class.create({
}
if (elt) {
- if (
elt == this.ghost.elt
) {
+ if (
this.ghost && (elt == this.ghost.elt)
) {
return;
}