mirror of
https://github.com/flarum/core.git
synced 2025-05-07 07:55:44 +02:00
Remove dead code
Probably a leftover from copy-pasting the BasicsPage.
This commit is contained in:
parent
c50d58d0f4
commit
2bd40b50c7
@ -30,12 +30,6 @@ export default class MailPage extends Page {
|
||||
|
||||
const settings = app.data.settings;
|
||||
this.fields.forEach(key => this.values[key] = m.prop(settings[key]));
|
||||
|
||||
this.localeOptions = {};
|
||||
const locales = app.locales;
|
||||
for (const i in locales) {
|
||||
this.localeOptions[i] = `${locales[i]} (${i})`;
|
||||
}
|
||||
}
|
||||
|
||||
view() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user