diff options
author | Frederick Muriuki Muriithi | 2024-06-13 12:02:36 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-13 12:09:40 -0500 |
commit | 0a8fdbf4084c064c6839e6283781ede09983e742 (patch) | |
tree | 00d3d04b410f6454f42d9a4e2cac9c0770f10be2 /qc_app/static | |
parent | f726c71bf1636a838f45363d1613763a2926e34f (diff) | |
download | gn-uploader-0a8fdbf4084c064c6839e6283781ede09983e742.tar.gz |
Clean up landing page
Leave only data upload type selection on landing page.
Diffstat (limited to 'qc_app/static')
-rw-r--r-- | qc_app/static/js/select_platform.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/static/js/select_platform.js b/qc_app/static/js/select_platform.js index 456cfcf..4fdd865 100644 --- a/qc_app/static/js/select_platform.js +++ b/qc_app/static/js/select_platform.js @@ -12,7 +12,7 @@ function radio_column(chip) { function setup_genechips(genechip_data) { columns = ["GeneChipId", "GeneChipName"] submit_button = document.querySelector( - "#select-platform-form input[type='submit']"); + "#select-platform-form button[type='submit']"); elt = document.getElementById( "genechips-table").getElementsByTagName("tbody")[0]; remove_children(elt); |