[Pkg-owncloud-commits] [owncloud] 209/239: switch from "name" attribute to "id"

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:38 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 1536c7ea586be3f94bfc149fbb2c0c94ea1dbddc
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Wed Nov 27 17:01:21 2013 +0100

    switch from "name" attribute to "id"
---
 apps/files_encryption/js/detect-migration.js | 4 ++--
 core/templates/login.php                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/files_encryption/js/detect-migration.js b/apps/files_encryption/js/detect-migration.js
index 2cf6a61..e726515 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.');
-					$('p[name="message"]').html('<img src="' + OC.imagePath('core', 'loading-dark-small.gif') + '"/>  ' + message);
-					$('p[name="message"]').removeClass('hidden').addClass('info');
+					$('p[id="message"]').html('<img src="' + OC.imagePath('core', 'loading-dark-small.gif') + '"/>  ' + message);
+					$('p[id="message"]').removeClass('hidden').addClass('info');
 				}
 			}
 		});
diff --git a/core/templates/login.php b/core/templates/login.php
index 214fda3..c270963 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -18,7 +18,7 @@
 				<small><?php p($l->t('Please contact your administrator.')); ?></small>
 			</div>
 		<?php endif; ?>
-		<p name="message" class="hidden">
+		<p id="message" class="hidden">
 		</p>
 		<p class="infield grouptop">
 			<input type="text" name="user" id="user" placeholder=""

-- 
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