File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## Unreleased
8
8
9
+ ### Fixed
10
+ - Upgraded extractor parameters jsonform to version ` 2.2.5 ` .
11
+
9
12
### Changed
10
13
- now building mongo-init and monitor docker containers with python 3.8
11
14
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ <h1>Submit dataset for extraction</h1>
27
27
</ tr >
28
28
</ thead >
29
29
< tbody >
30
- < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.1 .5/deps/underscore.js "> </ script >
31
- < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.1 .5/lib/jsonform.min.js "> </ script >
30
+ < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.2 .5/deps/underscore.js "> </ script >
31
+ < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.2 .5/lib/jsonform.min.js "> </ script >
32
32
@for(e < - extractors) {
33
33
< tr >
34
34
< td >
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ <h1>Submit file for extraction</h1>
64
64
</ tr >
65
65
</ thead >
66
66
< tbody >
67
- < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.1 .5/deps/underscore.js "> </ script >
68
- < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.1 .5/lib/jsonform.min.js "> </ script >
67
+ < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.2 .5/deps/underscore.js "> </ script >
68
+ < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.2 .5/lib/jsonform.min.js "> </ script >
69
69
@for(e < - extractors) {
70
70
< tr >
71
71
< td >
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ <h1>Submit marked files for extraction</h1>
32
32
</ tr >
33
33
</ thead >
34
34
< tbody >
35
- < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.1 .5/deps/underscore.js "> </ script >
36
- < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.1 .5/lib/jsonform.min.js "> </ script >
35
+ < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.2 .5/deps/underscore.js "> </ script >
36
+ < script src ="https://cdn.jsdelivr.net/npm/jsonform@@2.2 .5/lib/jsonform.min.js "> </ script >
37
37
@for(e < - extractors) {
38
38
< tr >
39
39
< td >
You can’t perform that action at this time.
0 commit comments