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

(-)a/koha-tmpl/intranet-tmpl/prog/js/members.js (-2 lines)
Lines 317-323 $(document).ready(function(){ Link Here
317
        $('input[name="country"]').val( RegExp.$4 );
317
        $('input[name="country"]').val( RegExp.$4 );
318
    });
318
    });
319
319
320
    $("#dateofbirth").datepicker({ maxDate: "-1D", yearRange: "c-120:" });
321
    dateformat = $("#dateofbirth").siblings(".hint").first().html();
320
    dateformat = $("#dateofbirth").siblings(".hint").first().html();
322
321
323
    if( $('#dateofbirth').length ) {
322
    if( $('#dateofbirth').length ) {
324
- 

Return to bug 18447