mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Remove unneeded parameter.
This commit is contained in:
parent
b0fb10082e
commit
3d26fc36a0
@ -310,7 +310,7 @@ Contacts={
|
|||||||
editNew:function(){ // add a new contact
|
editNew:function(){ // add a new contact
|
||||||
this.id = ''; this.fn = ''; this.fullname = ''; this.givname = ''; this.famname = ''; this.addname = ''; this.honpre = ''; this.honsuf = '';
|
this.id = ''; this.fn = ''; this.fullname = ''; this.givname = ''; this.famname = ''; this.addname = ''; this.honpre = ''; this.honsuf = '';
|
||||||
//Contacts.UI.Card.add(t('contacts', 'Contact')+';'+t('contacts', 'New')+';;;', t('contacts', 'New Contact'), '', true);
|
//Contacts.UI.Card.add(t('contacts', 'Contact')+';'+t('contacts', 'New')+';;;', t('contacts', 'New Contact'), '', true);
|
||||||
Contacts.UI.Card.add(';;;;;', '', this.bookid, true);
|
Contacts.UI.Card.add(';;;;;', '', '', true);
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
add:function(n, fn, aid, isnew){ // add a new contact
|
add:function(n, fn, aid, isnew){ // add a new contact
|
||||||
|
Loading…
Reference in New Issue
Block a user