mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Fixed domain popup saving
This commit is contained in:
parent
cb50320db4
commit
2feee6d1dd
4 changed files with 39 additions and 28 deletions
|
|
@ -81,11 +81,11 @@
|
|||
}, this);
|
||||
|
||||
this.domainIsComputed = ko.computed(function () {
|
||||
var bPhpMail = this.smtpPhpMail();
|
||||
return '' !== this.name() &&
|
||||
'' !== this.imapServer() &&
|
||||
'' !== this.imapPort() &&
|
||||
'' !== this.smtpServer() &&
|
||||
'' !== this.smtpPort();
|
||||
(('' !== this.smtpServer() && '' !== this.smtpPort()) || bPhpMail);
|
||||
}, this);
|
||||
|
||||
this.canBeTested = ko.computed(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue