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

(-)a/koha-tmpl/intranet-tmpl/prog/js/calendar.js (-1 / +5 lines)
Lines 127-132 jQuery(function ($) { Link Here
127
        yearSuffix: ''
127
        yearSuffix: ''
128
    };
128
    };
129
    $.datepicker.setDefaults($.datepicker.regional['']);
129
    $.datepicker.setDefaults($.datepicker.regional['']);
130
    $.datepicker.setDefaults({
131
        onSelect: function () {
132
            $(this).valid();
133
        }
134
    });
130
});
135
});
131
136
132
/*  jQuery Validator plugin custom method
137
/*  jQuery Validator plugin custom method
133
- 

Return to bug 27427