[Pkg-owncloud-commits] [owncloud] 21/46: set password field placeholder back if passward was disabled

David Prévot taffit at moszumanska.debian.org
Fri Oct 24 15:11:42 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit a93e424738b9eca74018f1ded2b4d3afd570ed7f
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Wed Oct 15 12:30:31 2014 +0200

    set password field placeholder back if passward was disabled
---
 core/js/share.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/js/share.js b/core/js/share.js
index 49af493..534cc25 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -1022,6 +1022,7 @@ $(document).ready(function() {
 			$loading.removeClass('hidden');
 			OC.Share.share(itemType, itemSource, OC.Share.SHARE_TYPE_LINK, '', permissions, itemSourceName).then(function() {
 				$loading.addClass('hidden');
+				$('#linkPassText').attr('placeholder', t('core', 'Choose a password for the public link'));
 			});
 		} else {
 			$('#linkPassText').focus();

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