diff options
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js index 7471d99..17115ff 100644 --- a/client/index.js +++ b/client/index.js @@ -34,7 +34,6 @@ function add (x, y) { else { div.style.opacity = Math.min(j/i * Math.sqrt(3), 1) } - console.log(j/i) div.innerHTML = `<div>${i}<\/div><div>\/</div><div>${j}<\/div>` div.addEventListener('mouseenter', function(){ div.style.backgroundColor = color(i/j, add_on, mul_on) |
