issue #11 Fix multiple play bug in welcome video playback. Preparing amenity order history feature.

This commit is contained in:
Paul Kim
2024-03-17 17:37:21 +09:00
parent 4ef3896e2c
commit d9f0ee0e34
4 changed files with 53 additions and 6 deletions

View File

@@ -441,7 +441,9 @@
switch (e.keyCode) {
case 602: // Portail
window.location.replace('./index.html');
if ( HotelTV.dbginfo['en'] == true ) {
window.location.replace('./index.html');
}
break;
case 409:
HotelTV.hcap.PwrOff();