about summary refs log tree commit diff
path: root/qc_app/static/js
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-13 12:02:36 -0500
committerFrederick Muriuki Muriithi2024-06-13 12:09:40 -0500
commit0a8fdbf4084c064c6839e6283781ede09983e742 (patch)
tree00d3d04b410f6454f42d9a4e2cac9c0770f10be2 /qc_app/static/js
parentf726c71bf1636a838f45363d1613763a2926e34f (diff)
downloadgn-uploader-0a8fdbf4084c064c6839e6283781ede09983e742.tar.gz
Clean up landing page
Leave only data upload type selection on landing page.
Diffstat (limited to 'qc_app/static/js')
-rw-r--r--qc_app/static/js/select_platform.js2
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);