You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2019. It is now read-only.
$customColorChoice.first().css('background','transparent');// set to transparent
1159
1159
1160
1160
for(vari=2;i<=6;i++){
1161
-
console.log($customColorChoice.eq(i));
1162
1161
$customColorChoice.eq(i).css('background',recommendedPrimaryColors[Math.floor(Math.random()*recommendedPrimaryColors.length)]);// random colors to start
0 commit comments