issue #11 Fix wrong action when hdmi unplaged.
This commit is contained in:
@@ -492,9 +492,14 @@ HotelTV.ui_appfull = (function() {
|
|||||||
}, 1000);
|
}, 1000);
|
||||||
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5);
|
HotelTV.ui_utils.ShowNotificationMsgBalloon(_trTbl.system.notice.event.external_input.hdmi_connected[_state.lang], 5);
|
||||||
}else{
|
}else{
|
||||||
$('body,html').fadeIn(500);
|
if ( $('body,html').css('display')=="none" ){
|
||||||
_state.menu.stage.cur = _state.menu.stage.prev;
|
$('body,html').fadeIn(500);
|
||||||
_state.menu.stage.prev = null;
|
|
||||||
|
if ( _state.menu.stage.prev!=null ){
|
||||||
|
_state.menu.stage.cur = _state.menu.stage.prev;
|
||||||
|
_state.menu.stage.prev = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user