From 210b71502b90e2f64ea2b21725dab7221b5e88c4 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. --- apps/contacts/js/contacts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index ce28af5d08..4f8f3743dc 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/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');