From: Bill Erickson Date: Fri, 28 Jun 2019 15:47:19 +0000 (-0400) Subject: angular flat marc edit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09f4e390c0c07ef3ab4380f1e337283e44e55a9d;p=working%2FEvergreen.git angular flat marc edit Signed-off-by: Bill Erickson --- 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) {