]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove unneeded parameter.
authorThomas Tanghus <thomas@tanghus.net>
Sun, 24 Jun 2012 14:07:18 +0000 (16:07 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sun, 24 Jun 2012 14:07:18 +0000 (16:07 +0200)
apps/contacts/js/contacts.js

index 0325b2cec2a93a1bc5db702376111d4cdd09f00a..39e45224858338156f2cdb39a995ebebaa4a74ee 100644 (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