mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Small fixes
This commit is contained in:
parent
48c2f7807d
commit
a60c2014b0
9 changed files with 203 additions and 203 deletions
|
|
@ -21,9 +21,9 @@ function PopupsComposeViewModel()
|
|||
self = this,
|
||||
oRainLoopData = RL.data(),
|
||||
fCcAndBccCheckHelper = function (aValue) {
|
||||
if (false === this.showCcAndBcc() && 0 < aValue.length)
|
||||
if (false === self.showCcAndBcc() && 0 < aValue.length)
|
||||
{
|
||||
this.showCcAndBcc(true);
|
||||
self.showCcAndBcc(true);
|
||||
}
|
||||
}
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue