1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-03 15:24:09 +01:00

Fix copy/paste error.

This commit is contained in:
Thomas Tanghus 2012-06-11 22:18:14 +02:00
parent 9f1747a547
commit 5c967cfd67

View File

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