mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +03:00
knockout bind optimizations
This commit is contained in:
parent
eb11eaa096
commit
2fa2cd191e
9 changed files with 126 additions and 114 deletions
|
|
@ -687,8 +687,8 @@ PopupsContactsViewModel.prototype.reloadContactList = function (bDropPagePositio
|
|||
self.contactsCount(iCount);
|
||||
|
||||
self.contacts(aList);
|
||||
self.contactTags(aTagsList);
|
||||
self.contacts.loading(false);
|
||||
self.contactTags(aTagsList);
|
||||
|
||||
self.viewClearSearch('' !== self.search());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue