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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js (-2 / +1 lines)
Lines 483-487 function CheckMandatorySubfields(p){ Link Here
483
}
483
}
484
484
485
 $(document).ready(function() {
485
 $(document).ready(function() {
486
    $(".input_marceditor, .indicator").addClass('noEnterSubmit');
486
    $("input.input_marceditor, input.indicator").addClass('noEnterSubmit');
487
});
487
});
488
- 

Return to bug 13080