mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Remove useless clearPopup() functions
This commit is contained in:
parent
ba895ba887
commit
2a7348081a
9 changed files with 20 additions and 82 deletions
|
|
@ -86,7 +86,7 @@ class NewOpenPgpKeyPopupView extends AbstractViewPopup {
|
|||
}
|
||||
}
|
||||
|
||||
clearPopup() {
|
||||
onShow() {
|
||||
this.name('');
|
||||
this.password('');
|
||||
|
||||
|
|
@ -96,10 +96,6 @@ class NewOpenPgpKeyPopupView extends AbstractViewPopup {
|
|||
|
||||
this.submitError('');
|
||||
}
|
||||
|
||||
onShow() {
|
||||
this.clearPopup();
|
||||
}
|
||||
}
|
||||
|
||||
export { NewOpenPgpKeyPopupView, NewOpenPgpKeyPopupView as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue