diff options
author | zsloan | 2016-04-29 16:57:29 +0000 |
---|---|---|
committer | zsloan | 2016-04-29 16:57:29 +0000 |
commit | 53fc74097ba82d3903d844e12bde61e53b4b9b2c (patch) | |
tree | 0faaedc241dc16e5643bd9d7682609d80baff667 /wqflask | |
parent | 78c472aeb77fb76c54ac93f5811425e05888983f (diff) | |
download | genenetwork2-53fc74097ba82d3903d844e12bde61e53b4b9b2c.tar.gz |
Also fixed links in statistics section (for normal probability plot) and removed 'target=_blank's
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/show_trait_statistics.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/show_trait_statistics.html b/wqflask/wqflask/templates/show_trait_statistics.html index 242f1c26..3ee8bdea 100755 --- a/wqflask/wqflask/templates/show_trait_statistics.html +++ b/wqflask/wqflask/templates/show_trait_statistics.html @@ -108,8 +108,8 @@ </div> <div> - More about <a href="http://en.wikipedia.org/wiki/Normal_probability_plot" target="_blank">Normal Probability Plots</a> and more - about interpreting these plots from the <a href="/glossary.html#normal_probability" target="_blank">glossary</a> + More about <a href="http://en.wikipedia.org/wiki/Normal_probability_plot">Normal Probability Plots</a> and more + about interpreting these plots from the <a href="http://genenetwork.org/glossary.html#normal_probability">glossary</a> </div> </div> |