Remove unneeded parameter.

This commit is contained in:
Thomas Tanghus 2012-06-24 16:07:18 +02:00
parent 5393c0cfed
commit 0f9b9fa111
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ Contacts={
editNew:function(){ // add a new contact
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(';;;;;', '', this.bookid, true);
Contacts.UI.Card.add(';;;;;', '', '', true);
return false;
},
add:function(n, fn, aid, isnew){ // add a new contact