removed ending slashes from directories

This commit is contained in:
Bálint Szekeres
2019-06-05 17:20:21 +02:00
parent 7476c194cb
commit 862a9a5fc0
3 changed files with 8 additions and 6 deletions

View File

@@ -427,6 +427,8 @@
},
};
$scope.endingSlashRegex = new RegExp('/$');
/////////////////////