mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Invisible Elements
This commit is contained in:
@@ -2718,6 +2718,7 @@ HotelCalendar.prototype = {
|
|||||||
hasInvalidLink = !hasInvalidLink && r._html.classList.contains('hcal-reservation-invalid');
|
hasInvalidLink = !hasInvalidLink && r._html.classList.contains('hcal-reservation-invalid');
|
||||||
r._html.classList.remove('hcal-reservation-action');
|
r._html.classList.remove('hcal-reservation-action');
|
||||||
r._html.classList.remove('hcal-reservation-invalid');
|
r._html.classList.remove('hcal-reservation-invalid');
|
||||||
|
r._html.style.visibility = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user