issue #1
Fix weather icon issue - using openweather's one 1. Support unread message notification on widjet
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user