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

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

Return to bug 11292