From b1e38e882954eecc0e38daa96cde74a7f58214e5 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 31 Aug 2012 00:58:11 +0200 Subject: [PATCH] Show correct CardDAV URL. --- js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/settings.js b/js/settings.js index 69cf473e..8491e672 100644 --- a/js/settings.js +++ b/js/settings.js @@ -119,7 +119,7 @@ OC.Contacts.Settings = OC.Contacts.Settings || { showCardDAV:function(id) { console.log('showCardDAV: ', id); var row = this.adrsettings.find('tr[data-id="'+id+'"]'); - this.showLink(id, row, totalurl+'/'+encodeURIComponent(oc_current_user)); + this.showLink(id, row, totalurl+'/'+encodeURIComponent(oc_current_user)+'/'+encodeURIComponent(row.data('uri'))); }, showVCF:function(id) { console.log('showVCF: ', id);