Fix bug.
This commit is contained in:
parent
878fc0079d
commit
02556434b3
|
@ -177,7 +177,7 @@ var Calendar = function(dom,property_id,currentView,display_hire_event){
|
|||
var calEvent = {"event": eventClickInfo.event},
|
||||
originalEvent = eventClickInfo.jsEvent,
|
||||
view = eventClickInfo.view,
|
||||
el = eventClickInfo.el;
|
||||
el = $(eventClickInfo.el);
|
||||
if(el.hasClass("reserve_btn")){
|
||||
window.calEvent = calEvent;
|
||||
var start_time = calEvent.event.start;
|
||||
|
|
Loading…
Reference in New Issue