1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

Show correct CardDAV URL.

This commit is contained in:
Thomas Tanghus 2012-08-31 00:58:11 +02:00
parent 8ff56cfbf2
commit b1e38e8829

View File

@ -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);