Added loading indicator.
This commit is contained in:
parent
988f98fc6f
commit
b824425186
|
@ -1393,6 +1393,7 @@ Contacts={
|
||||||
if(response.status == 'success') {
|
if(response.status == 'success') {
|
||||||
if(xhr.status == 200) {
|
if(xhr.status == 200) {
|
||||||
$(Contacts.UI.Addressbooks.droptarget).html(t('contacts', 'Importing...'));
|
$(Contacts.UI.Addressbooks.droptarget).html(t('contacts', 'Importing...'));
|
||||||
|
Contacts.UI.loading(Contacts.UI.Addressbooks.droptarget, true);
|
||||||
Contacts.UI.Addressbooks.doImport(response.data.path, response.data.file);
|
Contacts.UI.Addressbooks.doImport(response.data.path, response.data.file);
|
||||||
} else {
|
} else {
|
||||||
$(Contacts.UI.Addressbooks.droptarget).html(t('contacts', 'Drop a VCF file to import contacts.'));
|
$(Contacts.UI.Addressbooks.droptarget).html(t('contacts', 'Drop a VCF file to import contacts.'));
|
||||||
|
|
Loading…
Reference in New Issue