diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-24 00:00:58 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-24 00:00:58 -0400 |
| commit | 94d1c0c6c679fdc35bcca0da31693539323c9a3e (patch) | |
| tree | 39ac1c0ee8c213eb0774117bbae325503d718bed /client | |
| parent | c23ef0efb0ee5aae6dd84e528a90a854a5f1185d (diff) | |
yep
Diffstat (limited to 'client')
| -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) |
