aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-07-15 12:48:12 +0100
committerPjotr Prins2020-07-15 14:17:27 +0100
commit9c9512a7e040f8247d259bdc6f9cf55d5d276baf (patch)
treedd221d06612568992e16f1debaeea418c22b61e7 /bh20simplewebuploader/static
parentf44d555b788e29a1896a69d75401f0e145ad9299 (diff)
downloadbh20-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')
-rw-r--r--bh20simplewebuploader/static/main.js2
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 + ']'