]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix loading image after export failure
authorTom Needham <needham.thomas@gmail.com>
Sat, 31 Mar 2012 22:47:38 +0000 (22:47 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sat, 31 Mar 2012 22:47:38 +0000 (22:47 +0000)
apps/user_migrate/js/export.js

index 0e1e396f65dfb50e842980c12476de6f21b19782..2d660b2de6b4c154116d09db8ef60c4889b79ef1 100644 (file)
@@ -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')+'" />'); 
                                        });
                                }
                        }