diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/share.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/share.js b/core/js/share.js index 8d359dd3fcb..00e5ef3eed6 100644 --- a/core/js/share.js +++ b/core/js/share.js @@ -490,6 +490,7 @@ $(document).ready(function() { $('#linkPassText').val(''); $('#linkPassText').attr('placeholder', t('core', 'Password protected')); }); + $('#linkPassText').attr('placeholder', t('core', 'Password protected')); }); $('#expirationCheckbox').live('click', function() { |