1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-02 14:24:10 +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){
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');