summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorirgendwie <alexwegoo@gmail.com>2016-03-20 17:03:36 +0100
committerirgendwie <alexwegoo@gmail.com>2016-03-20 17:03:36 +0100
commite3614799c20c32c97fd4af27600a3738bc1e6479 (patch)
tree517277dc34f296b2e0e417d70fdebc00854bb38d /templates
parent54a368a17221dd3843604c993ca8ebf973a262c0 (diff)
Fix wrong addressbook url.
Diffstat (limited to 'templates')
-rw-r--r--templates/addressBook.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/addressBook.html b/templates/addressBook.html
index aacf7260..f10aacc4 100644
--- a/templates/addressBook.html
+++ b/templates/addressBook.html
@@ -22,7 +22,7 @@
</span>
</span>
</span>
- <input class="addressBookUrl" ng-show="ctrl.showUrl" type="url" value="{{ctrl.urlBase + ctrl.addressBook.url}}" readonly />
+ <input class="addressBookUrl" ng-show="ctrl.showUrl" type="url" value="{{ctrl.addressBook.url}}" readonly />
<div class="addressBookShares" ng-show="ctrl.editingShares">
<i ng-show="ctrl.loadingSharees" class="glyphicon glyphicon-refresh"></i>
<input