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; window.top.app.calendar = this;
} }
//Drag_n_Drop //Drag_n_Drop (need to wait for DOM ready to init dnd)
this.drag_n_drop(); jQuery(jQuery.proxy(this.drag_n_drop,this));
}, },
/** /**