1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

rename sorts

This commit is contained in:
Kyle Spearrin
2017-10-16 23:21:12 -04:00
parent 65842a3dba
commit ea1ef54c95
2 changed files with 5 additions and 5 deletions

View File

@@ -457,7 +457,7 @@ var bg_isBackground = true,
menuOptionsLoaded = [];
bg_cipherService.getAllDecryptedForDomain(tabDomain).then(function (logins) {
logins.sort(bg_cipherService.sortLoginsByLastUsedThenName);
logins.sort(bg_cipherService.sortCiphersByLastUsedThenName);
if (contextMenuEnabled) {
for (var i = 0; i < logins.length; i++) {