From: Thomas Tanghus Date: Sun, 24 Jun 2012 14:07:18 +0000 (+0200) Subject: Remove unneeded parameter. X-Git-Tag: v4.5.0beta1~74^2~403^2~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f9b9fa111208925f2d4518e40476d5f68b6f940;p=nextcloud-server.git Remove unneeded parameter. --- diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 0325b2cec2a..39e45224858 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -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