mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
unused code
This commit is contained in:
parent
c3ec758107
commit
0c3a0b59cd
@ -18,7 +18,6 @@ export default Ember.Component.extend({
|
||||
|
||||
this.set("date", moment().format(this.dateFormat));
|
||||
this.set("time", moment().format(this.timeFormat));
|
||||
this.set("currentMoment", moment());
|
||||
this.set("format", `LLL`);
|
||||
this.set("timezones", (this.siteSettings.discourse_local_dates_default_timezones || "").split("|").filter(f => f));
|
||||
this.set("formats", (this.siteSettings.discourse_local_dates_default_formats || "").split("|"));
|
||||
|
Loading…
Reference in New Issue
Block a user