added a small version of the dark loading gif, looks nicer on the blue background

This commit is contained in:
Bjoern Schiessle 2013-11-26 17:14:16 +01:00
parent 0617e06f69
commit c7e1fe50c2
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $(document).ready(function(){
success: function(response) {
if (response.data.migrationCompleted === false) {
var message = t('files_encryption', 'Initial encryption started... This can take some time. Please wait.');
$('p[name="message"]').html('<img src="' + OC.imagePath('core', 'loading-small.gif') + '"/> ' + message);
$('p[name="message"]').html('<img src="' + OC.imagePath('core', 'loading-dark-small.gif') + '"/> ' + message);
$('p[name="message"]').removeClass('hidden').addClass('info');
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB