about summary refs log tree commit diff
path: root/home.php
diff options
context:
space:
mode:
authorziejd22019-06-27 13:58:58 -0500
committerziejd22019-06-27 13:58:58 -0500
commit5310fa747a6a46a0e96dc649cbca863e2c44aeb4 (patch)
tree3d4ba8a8a8a6f50b4877d1153e0fb390bbf86564 /home.php
parent2be4664d4ef668feee3d1e8972c7fd0813aea7e8 (diff)
downloadBNW-5310fa747a6a46a0e96dc649cbca863e2c44aeb4.tar.gz
Version 1.22
Adding new visualization options
Diffstat (limited to 'home.php')
-rw-r--r--home.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.php b/home.php
index 1858e092..6df6c6dc 100644
--- a/home.php
+++ b/home.php
@@ -13,7 +13,7 @@ if($str_arrmat[1]>70.0)
 
 ?>
 <script>
-window.open("http://bnw.genenetwork.org/BNW_1.21/sourcecodes/home.php",'_self',false);
+window.open("http://bnw.genenetwork.org/BNW_1.22/sourcecodes/home.php",'_self',false);
 </script>
 <?php
 }
@@ -21,7 +21,7 @@ else
 {
 ?>    
 <script>
-window.open("http://compbio.uthsc.edu/BNW_1.21/sourcecodes/home.php",'_self',false);
+window.open("http://compbio.uthsc.edu/BNW_1.22/sourcecodes/home.php",'_self',false);
 </script>
 
 <?php