mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
$.proxy is deprecated
$.trim is deprecated
This commit is contained in:
parent
ae1b7610fd
commit
bbd9f49dcd
39 changed files with 153 additions and 173 deletions
|
|
@ -2,7 +2,7 @@ import ko from 'ko';
|
|||
|
||||
import { StorageResultType, Notification } from 'Common/Enums';
|
||||
import { bMobileDevice } from 'Common/Globals';
|
||||
import { trim, fakeMd5 } from 'Common/Utils';
|
||||
import { fakeMd5 } from 'Common/Utils';
|
||||
import { getNotification } from 'Common/Translator';
|
||||
|
||||
import Remote from 'Remote/User/Ajax';
|
||||
|
|
@ -62,7 +62,7 @@ class IdentityPopupView extends AbstractViewNext {
|
|||
}
|
||||
|
||||
if (!this.email.hasError()) {
|
||||
this.email.hasError(!trim(this.email()));
|
||||
this.email.hasError(!this.email().trim());
|
||||
}
|
||||
|
||||
if (this.email.hasError()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue