forked from extern/egroupware
fixed sometimes (specially day-view) not working drag-n-drop, caused by DOM not ready
This commit is contained in:
parent
814f0b705c
commit
08abe654ac
@ -40,8 +40,8 @@ app.classes.calendar = AppJS.extend(
|
||||
{
|
||||
window.top.app.calendar = this;
|
||||
}
|
||||
//Drag_n_Drop
|
||||
this.drag_n_drop();
|
||||
//Drag_n_Drop (need to wait for DOM ready to init dnd)
|
||||
jQuery(jQuery.proxy(this.drag_n_drop,this));
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user