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:
parent
9f1747a547
commit
5c967cfd67
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user