mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +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);
|
//$('#chooseaddressbook').on('click keydown', Contacts.UI.Addressbooks.overview);
|
||||||
$('#bottomcontrols .settings').on('click keydown', function() {
|
$('#bottomcontrols .settings').on('click keydown', function() {
|
||||||
OC.appSettings('contacts');
|
OC.appSettings({appid:'contacts'});
|
||||||
});
|
});
|
||||||
$('#bottomcontrols .import').click(function() {
|
$('#bottomcontrols .import').click(function() {
|
||||||
$('#import_upload_start').trigger('click');
|
$('#import_upload_start').trigger('click');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user