mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-31 20:52:17 +01:00
Fix missing progress key on import
This commit is contained in:
parent
7f07d14ae7
commit
24dbbdc7c0
@ -411,7 +411,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
done = true;
|
||||
});
|
||||
interval = setInterval(function() {
|
||||
getStatus(data.backend, data.addressbookid, data.progresskey, interval, done);
|
||||
getStatus(data.backend, data.addressBookId, data.progresskey, interval, done);
|
||||
}, 1500);
|
||||
} else {
|
||||
defer.reject(response);
|
||||
|
@ -584,7 +584,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
'contacts_import_status',
|
||||
'GET',
|
||||
{backend: backend, addressBookId: addressBookId},
|
||||
JSON.stringify(params)
|
||||
params
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user