summaryrefslogtreecommitdiff
path: root/shader-gif.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 /shader-gif.html
parent04537ed34d443d0610b77420d1dbef64bc05fbfa (diff)
parent1631cdf643283fc71bc9d70b5dcbce03ab9c2386 (diff)
Merge branch 'master' of lmno:dither
Diffstat (limited to 'shader-gif.html')
-rw-r--r--shader-gif.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/shader-gif.html b/shader-gif.html
index 1369225..1f944c9 100644
--- a/shader-gif.html
+++ b/shader-gif.html
@@ -67,7 +67,7 @@ div { display: inline-block; padding: 10px;}
<button id="reset">reset</button>
<button id="pause">pause</button>
<button id="step-forward">&gt;&gt;</button>
- <span id="status"></span>
+ <span class="status"></span>
<button id="save" disabled>save</button>
<button id="upload" disabled>upload</button>
<br>
@@ -337,7 +337,7 @@ function render (){
}
function status(s){
- $("#status").html(s)
+ $(".status").html(s)
}
var encoder = new GifEncoder()