Fix loading image after export failure
This commit is contained in:
parent
f7d8a8c571
commit
aba3182a7d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $(document).ready(function(){
|
|||
$('#exportbtn').html('Failed');
|
||||
// Show Dialog
|
||||
OC.dialogs.alert(t('user_migrate', 'Something went wrong while the export file was being generated'), t('user_migrate', 'An error has occurred'), function(){
|
||||
$('#exportbtn').html(t('user_migrate', 'Export')+'<img style="display: none;" class="loading" src="'+OC.filePath('core','img','loading.git')+'" />');
|
||||
$('#exportbtn').html(t('user_migrate', 'Export')+'<img style="display: none;" class="loading" src="'+OC.filePath('core','img','loading.gif')+'" />');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue