diff options
| author | jules <jules@okfoc.us> | 2014-01-26 00:11:32 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-26 00:11:32 -0500 |
| commit | e7b0213ebf2621b71fcaa04e7ad80614853e9551 (patch) | |
| tree | ef1ba141ff9ff26c68a1aeaacb37c7ddb3f70091 /js | |
| parent | 8ad7a952e7a3bea3c0106ab8157c8b86ab4f2453 (diff) | |
toggle gallery
Diffstat (limited to 'js')
| -rw-r--r-- | js/gallery.js | 2 | ||||
| -rw-r--r-- | js/render.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/gallery.js b/js/gallery.js index d114ec6..a9430fc 100644 --- a/js/gallery.js +++ b/js/gallery.js @@ -5,7 +5,7 @@ var gallery = {} gallery.init = function(choose){ if (choose) { - galler.choose = choose; + gallery.choose = choose; } gallery.bind() } 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) } |
