diff options
author | GeneNetwork | 2012-05-09 17:27:57 -0500 |
---|---|---|
committer | GeneNetwork | 2012-05-09 17:27:57 -0500 |
commit | de85cedf83608619ca08fab53e13b62e21518e4f (patch) | |
tree | 776ad04fd714f27a46688bf944dc6213e1be7972 /web | |
parent | b53826172811f7c312c853fd32c8fd6de7b5f68d (diff) | |
download | genenetwork2-de85cedf83608619ca08fab53e13b62e21518e4f.tar.gz |
Update web/javascript/networkGraph.js
Diffstat (limited to 'web')
-rwxr-xr-x | web/javascript/networkGraph.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/javascript/networkGraph.js b/web/javascript/networkGraph.js index f09ea0ad..206cab2a 100755 --- a/web/javascript/networkGraph.js +++ b/web/javascript/networkGraph.js @@ -1,5 +1,5 @@ -# This JavaScript was written by Zach Sloan in 2009-2010. -# This script is used in the Network Graph output from the Trait Collection window +// This JavaScript was written by Zach Sloan in 2009-2010. +// This script is used in the Network Graph output from the Trait Collection window var searchResults = document.getElementById('searchResult').value.split("\t"); var symbolList = document.getElementById('symbolList').value.split("\t"); |