diff options
author | Pjotr Prins | 2020-07-15 12:48:12 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-15 14:17:27 +0100 |
commit | 9c9512a7e040f8247d259bdc6f9cf55d5d276baf (patch) | |
tree | dd221d06612568992e16f1debaeea418c22b61e7 /bh20simplewebuploader/static/main.js | |
parent | f44d555b788e29a1896a69d75401f0e145ad9299 (diff) | |
download | bh20-seq-resource-9c9512a7e040f8247d259bdc6f9cf55d5d276baf.tar.gz bh20-seq-resource-9c9512a7e040f8247d259bdc6f9cf55d5d276baf.tar.lz bh20-seq-resource-9c9512a7e040f8247d259bdc6f9cf55d5d276baf.zip |
Load metadata locally without pkg_resources
Diffstat (limited to 'bh20simplewebuploader/static/main.js')
-rw-r--r-- | bh20simplewebuploader/static/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index 751e478..4703047 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -195,7 +195,7 @@ function addField(e) { // Increment the number and use the keypath and number to set IDs and cross // references. // TODO: Heavily dependent on the form field HTML. Maybe we want custom - // elements for the labeled controlsd that know how to be list items? + // elements for the labeled controls that know how to be list items? fieldNumber++ newField.dataset.number = fieldNumber let newID = keypath + '[' + fieldNumber + ']' |