Browse Source

last of today

master
Gustavo Adolfo Mesa Roldan 5 years ago
parent
commit
16890c91e6
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      index.html

+ 1
- 4
index.html View File

@ -94,10 +94,7 @@
var time = 1;
now = $(letters[thisLetter]).html()
if (c[r] > 0 && c[r] < 255){
console.log(direction);
console.log(c[r]);
console.log(c);
if (c[r] > 0 && c[r] < 255){
if(direction){
c[r]++;
}else{


Loading…
Cancel
Save