diff options
author | root | 2012-05-22 12:47:55 -0500 |
---|---|---|
committer | root | 2012-05-22 12:47:55 -0500 |
commit | 89dd9b4fe8e2e1011f28d8ff688bc9e14c344ef7 (patch) | |
tree | 0850bb0fda13b3e35175d9cc7c1286c55ecac97c /web/javascript/webqtl.js | |
parent | 8f48285647cfd6f7150c471ec7fd410518069245 (diff) | |
download | genenetwork2-89dd9b4fe8e2e1011f28d8ff688bc9e14c344ef7.tar.gz |
Latest version of GN source codes
Diffstat (limited to 'web/javascript/webqtl.js')
-rwxr-xr-x[-rw-r--r--] | web/javascript/webqtl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/javascript/webqtl.js b/web/javascript/webqtl.js index f8dd1a4e..19ecf3b7 100644..100755 --- a/web/javascript/webqtl.js +++ b/web/javascript/webqtl.js @@ -945,7 +945,7 @@ function mixedChipError(methodName){ Used by GoTreePage.py, add the parameter 'chipName' */ function unknownChipError(chipName){ - alert("Sorry, the analysis was interrupted because your selections from GeneNetwork apparently include data from platform"+ chipName +"which is unknown by WebGestalt. Please reselect traits and submit again."); + alert("Sorry, the analysis was interrupted because your selections from GeneNetwork apparently include data from platform "+ chipName +" which is unknown by WebGestalt. Please reselect traits and submit again."); window.close(); } |