Update helper.js
This commit is contained in:
parent
ee03a3c727
commit
d208ba0de9
|
@ -40,7 +40,8 @@ helper.supportedCategories = {
|
||||||
sport: 'Sport',
|
sport: 'Sport',
|
||||||
travel: 'Travel',
|
travel: 'Travel',
|
||||||
weather: 'Weather',
|
weather: 'Weather',
|
||||||
xxx: 'XXX'
|
xxx: 'XXX',
|
||||||
|
other: 'Other'
|
||||||
}
|
}
|
||||||
|
|
||||||
helper.code2flag = function (code) {
|
helper.code2flag = function (code) {
|
||||||
|
|
Loading…
Reference in New Issue