diff options
-rwxr-xr-x | web/javascript/networkGraph.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/javascript/networkGraph.js b/web/javascript/networkGraph.js index 152e8c4c..f09ea0ad 100755 --- a/web/javascript/networkGraph.js +++ b/web/javascript/networkGraph.js @@ -1,4 +1,5 @@ -# test +# 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"); |