mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: allTimezonesd was mistakenly removed (#7513)
This commit is contained in:
parent
977ffa20f4
commit
f3a346464e
1 changed files with 5 additions and 0 deletions
|
@ -178,6 +178,11 @@ export default Ember.Component.extend({
|
||||||
return moment.tz.guess();
|
return moment.tz.guess();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@computed
|
||||||
|
allTimezones() {
|
||||||
|
return moment.tz.names();
|
||||||
|
},
|
||||||
|
|
||||||
timezoneIsDifferentFromUserTimezone: propertyNotEqual(
|
timezoneIsDifferentFromUserTimezone: propertyNotEqual(
|
||||||
"currentUserTimezone",
|
"currentUserTimezone",
|
||||||
"options.timezone"
|
"options.timezone"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue