]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix copy/paste error.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 11 Jun 2012 20:18:14 +0000 (22:18 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 11 Jun 2012 20:18:14 +0000 (22:18 +0200)
apps/contacts/js/contacts.js

index ce28af5d08c12170da2c43c908f72336e4ed692d..4f8f3743dc4eb300399408edda4041aecb8eab32 100644 (file)
@@ -1284,8 +1284,8 @@ Contacts={
                                        $('#dialog_holder').load(OC.filePath('contacts', 'ajax', 'chooseaddressbook.php'), function(jsondata){
                                                if(jsondata.status != 'error'){
                                                        $('#chooseaddressbook_dialog').dialog({
-                                                               minWidthwidth : 600,
-                                                               close : function(event, ui) {
+                                                               minWidth: 600,
+                                                               close: function(event, ui) {
                                                                        $(this).dialog('destroy').remove();
                                                                }
                                                        }).css('overflow','visible');