mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
adjusted add/edit site sort functions for folders
This commit is contained in:
@@ -38,10 +38,6 @@
|
||||
};
|
||||
|
||||
$scope.folderSort = function (item) {
|
||||
if (!item.id) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return item.name.toLowerCase();
|
||||
};
|
||||
|
||||
|
||||
@@ -39,10 +39,6 @@
|
||||
};
|
||||
|
||||
$scope.folderSort = function (item) {
|
||||
if (!item.id) {
|
||||
return '';
|
||||
}
|
||||
|
||||
return item.name.toLowerCase();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user