diff options
author | Hao Chen | 2019-05-20 05:47:50 -0500 |
---|---|---|
committer | Hao Chen | 2019-05-20 05:47:50 -0500 |
commit | d87ecb28847fc6c3d8b93673f1f0371b77ee22ee (patch) | |
tree | 8d1404e617fcffc7c4264cf6db3459e790829c46 /templates/progress.html | |
parent | d883f2e9e6151d0bc5c1e25924253221312b4959 (diff) | |
download | genecup-d87ecb28847fc6c3d8b93673f1f0371b77ee22ee.tar.gz |
add EBI GWAS
Diffstat (limited to 'templates/progress.html')
-rw-r--r-- | templates/progress.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/progress.html b/templates/progress.html index 081f1d9..e881a90 100644 --- a/templates/progress.html +++ b/templates/progress.html @@ -6,9 +6,9 @@ <script> -var r = Math.floor(Math.random() * Math.floor(125)); -var g = Math.floor(Math.random() * Math.floor(125)); -var b = Math.floor(Math.random() * Math.floor(125)); +var r = Math.floor(Math.random() * Math.floor(100)); +var g = Math.floor(Math.random() * Math.floor(100)); +var b = Math.floor(Math.random() * Math.floor(100)); document.body.style.backgroundColor = 'rgba('+r+','+g+','+b+',0.1)' var source = new EventSource("/search"); |