diff options
| author | jules <jules@okfoc.us> | 2014-01-26 00:17:45 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-26 00:17:45 -0500 |
| commit | 009007363dfca587c2cbbdbba6566179a05d8fb6 (patch) | |
| tree | f8badfc044c3967be93ac267f889b389d63971c7 /js/frames.js | |
| parent | e7b0213ebf2621b71fcaa04e7ad80614853e9551 (diff) | |
merge js into combo
Diffstat (limited to 'js/frames.js')
| -rw-r--r-- | js/frames.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/js/frames.js b/js/frames.js index c9c844d..2dddae2 100644 --- a/js/frames.js +++ b/js/frames.js @@ -29,6 +29,10 @@ frame_editor.bind = function(){ $("#render").click(render) $("#save").click(save) $("#upload").click(upload) + + $("#background").change(function(){ + document.body.style.backgroundColor = $("#background").string() + }) } function add_frame(){ @@ -121,8 +125,6 @@ function render (){ $("#render").html("rendering") } -function status(s){ $(".status").html(s) } - var encoder = new GifEncoder() encoder.on("quantized", function(url){ |
