mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
fixed sometimes (specially day-view) not working drag-n-drop, caused by DOM not ready
This commit is contained in:
parent
894e757f18
commit
258d3c8ee5
@ -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