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},
|
var calEvent = {"event": eventClickInfo.event},
|
||||||
originalEvent = eventClickInfo.jsEvent,
|
originalEvent = eventClickInfo.jsEvent,
|
||||||
view = eventClickInfo.view,
|
view = eventClickInfo.view,
|
||||||
el = eventClickInfo.el;
|
el = $(eventClickInfo.el);
|
||||||
if(el.hasClass("reserve_btn")){
|
if(el.hasClass("reserve_btn")){
|
||||||
window.calEvent = calEvent;
|
window.calEvent = calEvent;
|
||||||
var start_time = calEvent.event.start;
|
var start_time = calEvent.event.start;
|
||||||
|
|
Loading…
Reference in New Issue