diff options
Diffstat (limited to 'js/render.js')
| -rw-r--r-- | js/render.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/render.js b/js/render.js index fdb0125..4a9eeef 100644 --- a/js/render.js +++ b/js/render.js @@ -103,4 +103,4 @@ function draw(t) { shade(frame, t) } -function status(s){ $("#status").html(s); console.log(s) } +function status(s){ $(".status").html(s); console.log(s) } |
