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

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

Return to bug 27937