fixed sometimes (specially day-view) not working drag-n-drop, caused by DOM not ready

This commit is contained in:
Ralf Becker 2014-08-21 14:12:07 +00:00
parent 814f0b705c
commit 08abe654ac

View File

@ -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));
},
/**