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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc (-1 / +1 lines)
Lines 34-39 Link Here
34
            $(instance.input)
34
            $(instance.input)
35
                /* Add a wrapper element so that we can prevent the clear button from wrapping */
35
                /* Add a wrapper element so that we can prevent the clear button from wrapping */
36
                .wrap("<span class='flatpickr_wrapper'></span>")
36
                .wrap("<span class='flatpickr_wrapper'></span>")
37
                .attr("autocomplete", "off")
37
                .after( $("<a/>")
38
                .after( $("<a/>")
38
                    .attr("href","#")
39
                    .attr("href","#")
39
                    .addClass("clear_date")
40
                    .addClass("clear_date")
40
- 

Return to bug 29242