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 /dither-picker.html | |
| parent | 8ad7a952e7a3bea3c0106ab8157c8b86ab4f2453 (diff) | |
toggle gallery
Diffstat (limited to 'dither-picker.html')
| -rw-r--r-- | dither-picker.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dither-picker.html b/dither-picker.html index 5e9bff9..fe210ef 100644 --- a/dither-picker.html +++ b/dither-picker.html @@ -16,7 +16,7 @@ <button id="gallery-search">DUMP SEARCH</button> </form> <button id="gallery-random">IM RANDOM</button> - <span id="status"></span> + <span class="status"></span> <div id="gallery-images"></div> </div> @@ -123,7 +123,7 @@ ui.dither = function (frame){ return cc } -function status(s){ $("#status").html(s); console.log(s) } +function status(s){ $(".status").html(s); console.log(s) } $(ui.init) |
