[FIX] Invisible Elements

This commit is contained in:
Alexandre Díaz
2019-01-10 23:08:57 +01:00
parent 8a6f5e2aec
commit 62a2f18ad8

View File

@@ -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 = '';
}
}