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

Contacts: Removed not needed callbacks.

This commit is contained in:
Thomas Tanghus 2012-12-11 14:41:22 +01:00
parent fea47ef50c
commit bba038189a

View File

@ -895,12 +895,6 @@ OC.Contacts = OC.Contacts || {};
$elem.find('.value.country').val(ui.item.country);
}
},
/*open: function() {
$( this ).removeClass( "ui-corner-all" ).addClass( "ui-corner-top" );
},
close: function() {
$( this ).removeClass( "ui-corner-top" ).addClass( "ui-corner-all" );
}*/
});
$elem.find('.value.country')
.autocomplete({
@ -928,12 +922,6 @@ OC.Contacts = OC.Contacts || {};
});
},
minLength: 2,
/*open: function() {
$( this ).removeClass( "ui-corner-all" ).addClass( "ui-corner-top" );
},
close: function() {
$( this ).removeClass( "ui-corner-top" ).addClass( "ui-corner-all" );
}*/
});
return $elem;
}