From 09f4e390c0c07ef3ab4380f1e337283e44e55a9d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 28 Jun 2019 11:47:19 -0400 Subject: [PATCH] angular flat marc edit Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/assets/js/marcrecord.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/eg2/src/assets/js/marcrecord.js b/Open-ILS/src/eg2/src/assets/js/marcrecord.js index 3e189af0ea..04d8c74cce 100644 --- a/Open-ILS/src/eg2/src/assets/js/marcrecord.js +++ b/Open-ILS/src/eg2/src/assets/js/marcrecord.js @@ -28,6 +28,12 @@ * Code is otherwise unchanged. */ +/** + * As an external dependency, this JS is loaded on every Angular page. + * We could migrate it into the Angular app as Typescript so it's only + * loaded when needed (e.g. in the marc editor component). + */ + var MARC21 = { Record : function(kwargs) { -- 2.11.0