added some visual feedback is password was set
This commit is contained in:
parent
a4a1dad831
commit
f2f2b8ba3b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue