mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Changed fix parameter to OC.appSettings().
This commit is contained in:
parent
fb14cb87bd
commit
5eed59bd54
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue