mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Include jQuery's UI object in drop action for location
This commit is contained in:
parent
e948a270f6
commit
555de8e540
@ -343,6 +343,9 @@ function egwDropActionImplementation()
|
|||||||
|
|
||||||
if (cnt == 1)
|
if (cnt == 1)
|
||||||
{
|
{
|
||||||
|
// Add ui, so you know what happened where
|
||||||
|
lnk.actionObj.ui = ui;
|
||||||
|
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
lnk.actionObj.execute(selected, _context);
|
lnk.actionObj.execute(selected, _context);
|
||||||
},0);
|
},0);
|
||||||
|
Loading…
Reference in New Issue
Block a user