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 40-45 Link Here
40
            $(instance.input)
40
            $(instance.input)
41
                /* Add a wrapper element so that we can prevent the clear button from wrapping */
41
                /* Add a wrapper element so that we can prevent the clear button from wrapping */
42
                .wrap("<span class='flatpickr_wrapper'></span>")
42
                .wrap("<span class='flatpickr_wrapper'></span>")
43
                .attr("autocomplete", "off")
43
                .after( $("<a/>")
44
                .after( $("<a/>")
44
                    .attr("href","#")
45
                    .attr("href","#")
45
                    .addClass("clear_date")
46
                    .addClass("clear_date")
46
- 

Return to bug 29242