mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08:00
removed unused data.set('SignatureInsertBefore') in IdentityPopupView
This commit is contained in:
parent
0f82ad1109
commit
0172931bf9
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ export class IdentityPopupView extends AbstractViewPopup {
|
||||||
const data = new FormData(form);
|
const data = new FormData(form);
|
||||||
data.set('Id', this.id());
|
data.set('Id', this.id());
|
||||||
data.set('Signature', this.signature());
|
data.set('Signature', this.signature());
|
||||||
data.set('SignatureInsertBefore', this.signatureInsertBefore() ? 1 : 0);
|
|
||||||
Remote.request('IdentityUpdate', iError => {
|
Remote.request('IdentityUpdate', iError => {
|
||||||
this.submitRequest(false);
|
this.submitRequest(false);
|
||||||
if (iError) {
|
if (iError) {
|
||||||
|
|
Loading…
Reference in a new issue