diff options
author | Alexander Kabui | 2022-03-18 16:49:00 +0300 |
---|---|---|
committer | Alexander Kabui | 2022-03-18 16:49:00 +0300 |
commit | 5c941a9872f70d9be4d54badb536dc5ef04a0223 (patch) | |
tree | 1dfbe68f2a52aba55296c9bbfce3f630656b63d8 /wqflask | |
parent | 11c94876a376539030d9645a1779abff62858c65 (diff) | |
download | genenetwork2-5c941a9872f70d9be4d54badb536dc5ef04a0223.tar.gz |
remove correlation test button
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait_calculate_correlations.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index 16a819fa..2f98f14e 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -119,9 +119,6 @@ <div class="col-xs-3 controls"> <input type="button" class="btn corr_compute submit_special btn-success" data-url="/corr_compute" title="Compute Correlation" value="Compute"> </div> - <div class="col-xs-3 controls"> - <input type="button" class="btn test_corr_compute submit_special btn-success" data-url="/test_corr_compute" title="Compute Correlation" value="Test Compute"> - </div> </div> </div> </div> |