summaryrefslogtreecommitdiff
path: root/dither-picker.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-11-22 23:19:36 -0500
committerJules Laplace <jules@okfoc.us>2014-11-22 23:19:36 -0500
commit070b5e6d9d3c7e23c06f0ae0b75026923529c24d (patch)
tree89c430dd17ca54ff60f885ecd99cf6cfa0f0b7ff /dither-picker.html
parent04537ed34d443d0610b77420d1dbef64bc05fbfa (diff)
parent1631cdf643283fc71bc9d70b5dcbce03ab9c2386 (diff)
Merge branch 'master' of lmno:dither
Diffstat (limited to 'dither-picker.html')
-rw-r--r--dither-picker.html4
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)