mirror of
https://github.com/nextcloud/server.git
synced 2026-05-13 08:59:42 -04:00
added some visual feedback is password was set
This commit is contained in:
parent
10e45481be
commit
0dc3ffd29a
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue