diff options
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(); } |