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:44 +00:00
parent 894e757f18
commit 258d3c8ee5

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