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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js (-4 / +1 lines)
Lines 483-489 function CheckMandatorySubfields(p){ Link Here
483
}
483
}
484
484
485
 $(document).ready(function() {
485
 $(document).ready(function() {
486
    $("body").on("keypress", ".input_marceditor, .indicator", function(e){
486
    $(".input_marceditor, .indicator").addClass('noEnterSubmit');
487
        return checkEnter(e);
488
    });
489
});
487
});
490
- 

Return to bug 11292