[Pkg-owncloud-commits] [owncloud] 166/239: added a small version of the dark loading gif, looks nicer on the blue background

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:33 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c7e1fe50c23771995bebf218c18deaf12ba628ca
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Tue Nov 26 17:14:16 2013 +0100

    added a small version of the dark loading gif, looks nicer on the blue background
---
 apps/files_encryption/js/detect-migration.js |   2 +-
 core/img/loading-dark-small.gif              | Bin 0 -> 1324 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files_encryption/js/detect-migration.js b/apps/files_encryption/js/detect-migration.js
index 2ee105c..2cf6a61 100644
--- a/apps/files_encryption/js/detect-migration.js
+++ b/apps/files_encryption/js/detect-migration.js
@@ -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');
 				}
 			}
diff --git a/core/img/loading-dark-small.gif b/core/img/loading-dark-small.gif
new file mode 100644
index 0000000..87fe79b
Binary files /dev/null and b/core/img/loading-dark-small.gif differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list