View | Details | Raw Unified | Return to bug 38027
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-2 / +1 lines)
Lines 74-80 Link Here
74
                    .addClass("clear_date")
74
                    .addClass("clear_date")
75
                    .on("click", function(e){
75
                    .on("click", function(e){
76
                        e.preventDefault();
76
                        e.preventDefault();
77
                        instance.input.flatpickr().clear();
77
                        instance.setDate('');
78
                    })
78
                    })
79
                    .addClass("fa fa-fw fa-times")
79
                    .addClass("fa fa-fw fa-times")
80
                    .attr("aria-hidden", true)
80
                    .attr("aria-hidden", true)
81
- 

Return to bug 38027