mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-11 07:24:22 +08:00
Added Missing slash
This commit is contained in:
parent
41c82afb1f
commit
bffe7665a7
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.setCurrentFolderFromBreadcrumb = function (folder) {
|
$scope.setCurrentFolderFromBreadcrumb = function (folder) {
|
||||||
$scope.currentFolder=folder;
|
$scope.currentFolder=folder+"/";
|
||||||
$scope.createBreadCrumbList();
|
$scope.createBreadCrumbList();
|
||||||
$scope.getCurrentFolderList();
|
$scope.getCurrentFolderList();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue