mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-13 03:18:54 +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.currentFolder=folder;
|
||||
$scope.currentFolder=folder+"/";
|
||||
$scope.createBreadCrumbList();
|
||||
$scope.getCurrentFolderList();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue