mirror of
https://github.com/flarum/framework.git
synced 2024-11-30 13:36:10 +08:00
Remove dead code
Probably a leftover from copy-pasting the BasicsPage.
This commit is contained in:
parent
93ab68e5c4
commit
cc92e31174
|
@ -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…
Reference in New Issue
Block a user