This commit is contained in:
BoHung Chiu 2022-07-11 15:30:37 +08:00
parent 878fc0079d
commit 02556434b3
1 changed files with 1 additions and 1 deletions

View File

@ -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;