Uglify js

This commit is contained in:
Vit Brunner
2014-10-29 10:52:00 +01:00
parent f3b4290ad3
commit a3a70eedd4
9 changed files with 59 additions and 23 deletions
@@ -9,7 +9,7 @@ angular.module("sideBySide.controllers", [])
appUrl = $location.absUrl()
.substring(0, $location.absUrl().length - $location.url().length)
.replace(/#$/, '')
.replace(/[^\/]*?#$/, '')
base = appUrl + $location.url()
.slice(1)