From 99188b2a91f6b0061aac3c4c8be727f1e59a7920 Mon Sep 17 00:00:00 2001 From: Pablo Date: Thu, 27 Dec 2018 17:27:23 +0100 Subject: [PATCH] [UPD] Increase _lazyModeReservationsSelection time --- hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js b/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js index cb938b527..118217c6a 100644 --- a/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js +++ b/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js @@ -2060,7 +2060,7 @@ HotelCalendar.prototype = { } $this._lazyModeReservationsSelection = false; - }.bind(this, $this), 100); + }.bind(this, $this), 175); } } }