mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-02 06:12:11 +00:00
attr('value', '') != val('') pour les inputs
This commit is contained in:
parent
1206975d30
commit
c9c4e945b8
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ $(document).ready(function () {
|
|||
$(this).find('.hours:gt(2)').parent().remove();
|
||||
});
|
||||
$('#d0-h0').focus();
|
||||
$selected_days.find('fieldset .hours').attr('value', '');
|
||||
$selected_days.find('fieldset .hours').val('');
|
||||
});
|
||||
|
||||
// Button "Remove all days"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue