From b37ad266c15f5386b2991b6233690e25e86116e4 Mon Sep 17 00:00:00 2001 From: Danny Tran Date: Thu, 24 Oct 2019 22:27:10 -0500 Subject: [PATCH] Update rainbow.js Removed commented lines and increased the time before the rainbow resets. --- rainbow.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rainbow.js b/rainbow.js index b77e5e3..322630e 100644 --- a/rainbow.js +++ b/rainbow.js @@ -6,9 +6,6 @@ function changeColorOfLinks(color){ if(linkCount>=links.length){ linkCount=0; } - // for(var i=0;i=1000000){ + if(i>=10000000){ i=0; } changeColorOfLinks(RGB2Color(red,green,blue)); - // document.write( ''); - } setInterval(function(){colorShift();}, 5);