mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
ES2015 first look / babeljs
This commit is contained in:
parent
5dcceaaca5
commit
445cd155e5
123 changed files with 3214 additions and 3680 deletions
|
|
@ -159,7 +159,7 @@
|
|||
}, this);
|
||||
|
||||
this.isSpamDisabled = ko.computed(function () {
|
||||
return Consts.Values.UnuseOptionValue === FolderStore.spamFolder();
|
||||
return Consts.UNUSED_OPTION_VALUE === FolderStore.spamFolder();
|
||||
}, this);
|
||||
|
||||
this.isTrashFolder = ko.computed(function () {
|
||||
|
|
@ -183,7 +183,7 @@
|
|||
}, this);
|
||||
|
||||
this.isArchiveDisabled = ko.computed(function () {
|
||||
return Consts.Values.UnuseOptionValue === FolderStore.archiveFolder();
|
||||
return Consts.UNUSED_OPTION_VALUE === FolderStore.archiveFolder();
|
||||
}, this);
|
||||
|
||||
this.isArchiveVisible = ko.computed(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue