mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Resolve #399 (just remove the confusing feature "hide submit button")
This commit is contained in:
parent
cbdb22f1ad
commit
c1bed26fd1
30 changed files with 26 additions and 60 deletions
|
|
@ -152,7 +152,6 @@ export class AbstractViewSettings
|
|||
export class AbstractViewLogin extends AbstractView {
|
||||
constructor(templateID) {
|
||||
super(templateID, 'Content');
|
||||
this.hideSubmitButton = SettingsGet('hideSubmitButton');
|
||||
this.formError = ko.observable(false).extend({ falseTimeout: 500 });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue