mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
unused code
This commit is contained in:
parent
c3ec758107
commit
0c3a0b59cd
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue