projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e1e62
)
angular flat marc edit
user/berick/ang-marc-flat-editor
author
Bill Erickson
<berickxx@gmail.com>
Fri, 28 Jun 2019 15:47:19 +0000
(11:47 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Fri, 28 Jun 2019 15:47:19 +0000
(11:47 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/assets/js/marcrecord.js
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/assets/js/marcrecord.js
b/Open-ILS/src/eg2/src/assets/js/marcrecord.js
index
3e189af
..
04d8c74
100644
(file)
--- 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) {