]> source.dussan.org Git - nextcloud-server.git/commitdiff
added some visual feedback is password was set
authorBjörn Schießle <schiessle@owncloud.com>
Sun, 28 Oct 2012 13:57:36 +0000 (14:57 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Sun, 28 Oct 2012 14:04:55 +0000 (15:04 +0100)
core/js/share.js

index 5f5bfb0f44c9fb8238daf09406aad0f3dee476ec..69e378dd1fb2acc11071c815c3e7d68e3d3b9c0b 100644 (file)
@@ -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() {