2 Commits

Author SHA1 Message Date
Paul Kim
9da17b7835 issue #11 Fix brochure navigation dot not show issue. 2024-03-29 16:48:16 +09:00
Paul Kim
6979da71d4 issue #11 Fix wrong action when hdmi unplaged. 2024-03-29 14:06:21 +09:00
2 changed files with 12 additions and 7 deletions

View File

@@ -492,9 +492,14 @@ HotelTV.ui_appfull = (function() {
}, 1000);
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5);
}else{
$('body,html').fadeIn(500);
_state.menu.stage.cur = _state.menu.stage.prev;
_state.menu.stage.prev = null;
if ( $('body,html').css('display')=="none" ){
$('body,html').fadeIn(500);
if ( _state.menu.stage.prev!=null ){
_state.menu.stage.cur = _state.menu.stage.prev;
_state.menu.stage.prev = null;
}
}
}
}
}

View File

@@ -125,7 +125,7 @@
width: 15px;
border: 2px solid rgba(80, 80, 80, 0.8);
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
background: none;
/* background: none; */
}
@@ -225,7 +225,7 @@
width: 15px;
border: 2px solid rgba(80, 80, 80, 0.8);
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
background: none;
/* background: none; */
}
@@ -325,7 +325,7 @@
width: 15px;
border: 2px solid rgba(80, 80, 80, 0.8);
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
background: none;
/* background: none; */
}
@@ -425,7 +425,7 @@
width: 15px;
border: 2px solid rgba(80, 80, 80, 0.8);
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
background: none;
/* background: none; */
}