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

@@ -106,7 +106,9 @@
function(e) {
switch (e.keyCode) {
case 602: // Portail
window.location.replace('./index.html');
if ( HotelTV.dbginfo['en'] == true ) {
window.location.replace('./index.html');
}
break;
default:
console.log("Key Code:" + e.keyCode)