adjusted add/edit site sort functions for folders

This commit is contained in:
Kyle Spearrin 2016-10-22 09:08:17 -04:00
parent 50e6818f2b
commit 93b96b3be7
2 changed files with 0 additions and 8 deletions

View File

@ -38,10 +38,6 @@
};
$scope.folderSort = function (item) {
if (!item.id) {
return '';
}
return item.name.toLowerCase();
};

View File

@ -39,10 +39,6 @@
};
$scope.folderSort = function (item) {
if (!item.id) {
return '';
}
return item.name.toLowerCase();
};