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