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:
parent
0db696e8c0
commit
14a44c6178
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user