mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 15:16:39 +08:00
FIX: removes us_pacific-new from the list of available timezones (#10514)
This commit is contained in:
parent
e8a842ab8c
commit
23b823dd3a
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
name: "moment",
|
||||
after: "message-bus",
|
||||
|
||||
initialize() {
|
||||
delete moment.tz._links["us_pacific-new"];
|
||||
}
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user