Fix multislashes

This commit is contained in:
Vit Brunner
2015-03-13 20:06:51 +01:00
parent c1dc77eb5b
commit add3e18d15
4 changed files with 20 additions and 5 deletions
@@ -45,7 +45,7 @@ angular.module("sideBySide").controller "ComparisonController",
# TODO else notification
load(
route.appUrl + '/' + route.params.base.replace /\./g, '/'
route.getBaseDir()
route.params.display
)
]