diff options
Diffstat (limited to 'bh20simplewebuploader/static/main.js')
-rw-r--r-- | bh20simplewebuploader/static/main.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index bf95832..024a101 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -50,10 +50,6 @@ let fetchAllaccessions = () => { * may not expect. */ -let uploadForm = document.getElementById('metadata_upload_form') -let uploadFormSpot = document.getElementById('metadata_upload_form_spot') -let fillForm = document.getElementById('metadata_fill_form') -let fillFormSpot = document.getElementById('metadata_fill_form_spot') function setUploadMode() { // Make the upload form the one in use. @@ -87,7 +83,6 @@ function setMode() { // have set the radio button to whatever the state was on last page load, // instead of the default state, without raising an event, and we have to // handle that. -setMode() /** * Add another form field to the group this button is part of. |