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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-2 / +1 lines)
Lines 203-209 Link Here
203
            });
203
            });
204
        </script>
204
        </script>
205
    [% END %]
205
    [% END %]
206
    <script type="text/javascript">
206
    <script>
207
        $( document ).ready(function() {
207
        $( document ).ready(function() {
208
            $("#renewonholdduedate").datetimepicker({
208
            $("#renewonholdduedate").datetimepicker({
209
                onClose: function(dateText, inst) {
209
                onClose: function(dateText, inst) {
210
- 

Return to bug 7088