diff options
-rwxr-xr-x | web/javascript/networkGraph.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/javascript/networkGraph.js b/web/javascript/networkGraph.js index 2621dde1..206cab2a 100755 --- a/web/javascript/networkGraph.js +++ b/web/javascript/networkGraph.js @@ -1,3 +1,6 @@ +// 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"); var originalThreshold = document.getElementById('kValue').value; |