diff options
author | Pjotr Prins | 2017-03-06 07:41:34 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-03-06 07:41:34 +0000 |
commit | af590c4b3f63b21cb7ddd72d256acc190b6905bb (patch) | |
tree | 7e9625b86ad497073179f1d1eeaf718cb6c5536e | |
parent | 06fa7371c96976f5ec65704ab6b16e03e21a98dc (diff) | |
download | genenetwork2-af590c4b3f63b21cb7ddd72d256acc190b6905bb.tar.gz |
phewas: disable non-functional buttons
-rw-r--r-- | wqflask/wqflask/templates/show_trait_PheWAS_tools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html index c284c456..df925f9b 100644 --- a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html +++ b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html @@ -65,7 +65,7 @@ </div> <div class="form-group"> <div style="padding-left:15px;" class="controls"> - <button id="ephewas_compute" class="btn submit_special btn-primary" title="Compute ePheWAS"> + <button id="ephewas_compute" class="btn submit_special btn-primary disabled" title="Compute ePheWAS"> <i class="icon-ok-circle icon-white"></i> Compute </button> </div> @@ -84,7 +84,7 @@ </div> <div class="form-group"> <div style="padding-left:15px;" class="controls"> - <button id="mediation_compute" class="btn submit_special btn-primary" title="Run mediation analysis"> + <button id="mediation_compute" class="btn submit_special btn-primary disabled" title="Run mediation analysis"> <i class="icon-ok-circle icon-white"></i> Compute </button> </div> |