projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84a5f5
)
Fix syntax for IE.
author
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 10:45:32 +0000
(11:45 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 28 Dec 2010 10:45:47 +0000
(11:45 +0100)
horde/js/dragdrop2.js
patch
|
blob
|
history
diff --git
a/horde/js/dragdrop2.js
b/horde/js/dragdrop2.js
index
3fbad8c
..
72eec7c
100644
(file)
--- a/
horde/js/dragdrop2.js
+++ b/
horde/js/dragdrop2.js
@@
-410,7
+410,7
@@
Drag = Class.create({
if (!noupdate) {
elt.setStyle({
left: pos[0] + 'px',
- top: pos[1] + 'px'
,
+ top: pos[1] + 'px'
});
}