[Pkg-owncloud-commits] [owncloud] 19/394: added some visual feedback is password was set

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:11:17 UTC 2013


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

taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.

commit 0dc3ffd29aa703f5e6155d38040127d5f99fffe7
Author: Björn Schießle <schiessle at owncloud.com>
Date:   Sun Oct 28 14:57:36 2012 +0100

    added some visual feedback is password was set
---
 core/js/share.js |    1 +
 1 file changed, 1 insertion(+)

diff --git a/core/js/share.js b/core/js/share.js
index 5f5bfb0..69e378d 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -482,6 +482,7 @@ $(document).ready(function() {
 			$('#linkPassText').val('');
 			$('#linkPassText').attr('placeholder', t('core', 'Password protected'));
 		});
+		$('#linkPassText').attr('placeholder', t('core', 'Password protected'));
 	});
 
 	$('#expirationCheckbox').live('click', function() {

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