From 62a2f18ad82ff6bd74f005baa24fd5fffed1b1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Thu, 10 Jan 2019 23:08:57 +0100 Subject: [PATCH] [FIX] Invisible Elements --- hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js b/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js index 9cc202103..b645b9966 100644 --- a/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js +++ b/hotel_calendar/static/src/lib/hcalendar/js/hcalendar.js @@ -2718,6 +2718,7 @@ HotelCalendar.prototype = { hasInvalidLink = !hasInvalidLink && r._html.classList.contains('hcal-reservation-invalid'); r._html.classList.remove('hcal-reservation-action'); r._html.classList.remove('hcal-reservation-invalid'); + r._html.style.visibility = ''; } }