issue #10 #11 Apply 2nd welcome suppression feature.

This commit is contained in:
paul kim
2024-05-08 15:14:51 +09:00
parent 1b0d48a31f
commit f2046b2cb3
8 changed files with 51 additions and 38 deletions

View File

@@ -2020,6 +2020,10 @@ HotelTV.ui_appfull = (function() {
_elAmCtgyBg.append(_elDiv_Ctgy);
}
// popup:amenity 프레임 활성화
if ( _elAmPupRoot.css('display') == "none") {
_elAmPupRoot.show();
}
_elAmCtgyBg.owlCarousel({
center: true,
@@ -3559,6 +3563,10 @@ HotelTV.ui_appfull = (function() {
_elRsCtgyBg.append(_elDiv_Ctgy);
}
// popup:roomservice 프레임 활성화
if ( _elRsPupRoot.css('display') == "none") {
_elRsPupRoot.show();
}
_elRsCtgyBg.owlCarousel({
center: true,
@@ -6234,7 +6242,9 @@ HotelTV.ui_appfull = (function() {
$('.widjet .top .message').hide();
}
$('div#lst_mypagebg div #mp_message_title').text(_guest.name + _trTbl.ui.mypage.message.title.title[_state.lang].replace("_XX", _msgCnt.toString()));
if ( $('div#lst_mypagebg').find('div #mp_message_title').length>0 ){
$('div#lst_mypagebg div #mp_message_title').text(_guest.name + _trTbl.ui.mypage.message.title.title[_state.lang].replace("_XX", _msgCnt.toString()));
}
}
/**
@@ -7258,7 +7268,8 @@ HotelTV.ui_appfull = (function() {
$('.error #countdown #message').text(`System will be shutdown in ${_tmval} second...`);
},
"cb_eoe": function() {
setTimeout(HotelTV.hcap.PwrOff, 500);
//setTimeout(HotelTV.hcap.PwrOff, 500);
setTimeout(HotelTV.hcap.Reboot, 500);
HotelTV.api.ReportEvent([{'power': false, 'location':null}])
}
});