From 5c967cfd678d3eaf28042579916b1a835630033b Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 11 Jun 2012 22:18:14 +0200 Subject: [PATCH] Fix copy/paste error. --- js/contacts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/contacts.js b/js/contacts.js index ce28af5d..4f8f3743 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -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');