Fix copy/paste error.

This commit is contained in:
Thomas Tanghus 2012-06-11 22:18:14 +02:00
parent e0a5e3e992
commit 210b71502b
1 changed files with 2 additions and 2 deletions

View 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');