Fix weather icon issue
- using openweather's one

1. Support unread message notification on widjet
This commit is contained in:
Joel,Kim
2022-04-26 16:43:11 +09:00
parent eaba23783d
commit 8b0160bfda
6 changed files with 86 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
* @summary short description for the file
* @author Joel <joel.kim@centirm.com>
*
* Created at : 2020-11-26 02:21:56
* Created at : 2020-11-26 02:21:56
* Last modified : 2020-11-26 15:31:40
*/
@@ -153,7 +153,7 @@ HotelTV.ui_utils = (function() {
},
Get_FlightStatus: function(_obj, _status, _lang) {
if (_obj) {
if (_obj && _obj.hasOwnProperty(_status) == true) {
if (_status && _status != "") {
return _obj[_status][_lang] || _status;
}