frio - event - correct some js
This commit is contained in:
parent
c99da380cf
commit
0148d0e5d2
2 changed files with 3 additions and 3 deletions
|
@ -184,7 +184,7 @@
|
|||
}).trigger('change');
|
||||
|
||||
// disable the finish time input if the user disable it
|
||||
$('body').change("#id_nofinish", function() {
|
||||
$('#id_nofinish').change(function() {
|
||||
enableDisableFinishDate()
|
||||
}).trigger('change');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue