1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Changed fix parameter to OC.appSettings().

This commit is contained in:
Thomas Tanghus 2012-07-31 14:18:32 +02:00
parent 0db696e8c0
commit 14a44c6178

View File

@ -1747,7 +1747,7 @@ $(document).ready(function(){
//$('#chooseaddressbook').on('click keydown', Contacts.UI.Addressbooks.overview);
$('#bottomcontrols .settings').on('click keydown', function() {
OC.appSettings('contacts');
OC.appSettings({appid:'contacts'});
});
$('#bottomcontrols .import').click(function() {
$('#import_upload_start').trigger('click');