aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static/main.css
diff options
context:
space:
mode:
authorAdam Novak2020-05-05 14:51:51 -0700
committerAdam Novak2020-05-05 14:54:23 -0700
commitfa04ea5388a46746bc219e9bd4adef1d973b9d19 (patch)
tree12ca85281091879b67741b02d1235151b98167f4 /bh20simplewebuploader/static/main.css
parent90bd12eba8aa938c4b2b40f24f716494fdc2f958 (diff)
downloadbh20-seq-resource-fa04ea5388a46746bc219e9bd4adef1d973b9d19.tar.gz
bh20-seq-resource-fa04ea5388a46746bc219e9bd4adef1d973b9d19.tar.lz
bh20-seq-resource-fa04ea5388a46746bc219e9bd4adef1d973b9d19.zip
Add back necessary form-swapping javascript
This partially reverts 03cbed808805ccdbff639eaa67e8f8b26c7275b3. Unless we actually take the inactive form fields out of the form in the DOM, their "required" attributes will prevent form submission. We can't just hide them.
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r--bh20simplewebuploader/static/main.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index 5c3d568..c881253 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -235,13 +235,6 @@ footer {
.sponsors img {
width: 100%;
}
-.metadata input#metadata_upload:checked ~ #metadata_upload_form_spot {
- display: block;
-}
-
-.metadata input#metadata_upload ~ #metadata_upload_form_spot {
- display: none;
-}
.loader {
display: block;