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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/calendar.inc (-2 / +1 lines)
Lines 95-101 Link Here
95
                            e.preventDefault();
95
                            e.preventDefault();
96
                            instance.clear();
96
                            instance.clear();
97
                        })
97
                        })
98
                        .addClass("fa fa-fw fa-times")
98
                        .addClass("fa fa-fw fa-times-circle")
99
                        .attr("aria-hidden", false)
99
                        .attr("aria-hidden", false)
100
                        .attr("aria-label", _("Clear date"))
100
                        .attr("aria-label", _("Clear date"))
101
                )
101
                )
102
- 

Return to bug 39662