[Pkg-owncloud-commits] [owncloud] 221/239: some small js fixes
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:41 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 d9729168f94df89c28f2f456e6e7188127f30ab3
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date: Wed Nov 27 22:42:03 2013 +0100
some small js fixes
---
apps/files_encryption/js/detect-migration.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/files_encryption/js/detect-migration.js b/apps/files_encryption/js/detect-migration.js
index e701599..ed548ed 100644
--- a/apps/files_encryption/js/detect-migration.js
+++ b/apps/files_encryption/js/detect-migration.js
@@ -19,8 +19,8 @@ $(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.');
- $('span[id="messageText"]').text(message);
- $('p[id="message"]').removeClass('hidden').addClass('info');
+ $('#messageText').text(message);
+ $('#message').removeClass('hidden').addClass('info');
}
}
});
--
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