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

(-)a/koha-tmpl/intranet-tmpl/prog/js/calendar.js (-3 lines)
Lines 192-199 $(document).ready(function () { Link Here
192
    }).on("change", function () {
192
    }).on("change", function () {
193
        if (!is_valid_date($(this).val())) {
193
        if (!is_valid_date($(this).val())) {
194
            $(this).val("");
194
            $(this).val("");
195
        } else {
196
            $(this).datepicker("setDate",$(this).val());
197
        }
195
        }
198
    });
196
    });
199
    // http://jqueryui.com/demos/datepicker/#date-range
197
    // http://jqueryui.com/demos/datepicker/#date-range
200
- 

Return to bug 28351