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:
parent
8ff56cfbf2
commit
b1e38e8829
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user