summaryrefslogtreecommitdiff
path: root/js/frames.js
diff options
context:
space:
mode:
authorjules <jules@okfoc.us>2014-01-26 22:56:38 -0500
committerjules <jules@okfoc.us>2014-01-26 22:56:38 -0500
commita373ad5bf748abba348bd5e1a3865b61b470c5d1 (patch)
treecfa2319f27fbe16e8598495f478732ad37d6429b /js/frames.js
parent3e905992acc9e68af68ed3e52169bf98c6cae794 (diff)
using a plus selector weirdly
Diffstat (limited to 'js/frames.js')
-rw-r--r--js/frames.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/frames.js b/js/frames.js
index 571e862..fc6ee24 100644
--- a/js/frames.js
+++ b/js/frames.js
@@ -147,6 +147,7 @@ encoder.on("rendered-url", function(url){
$("#workspace canvas").hide()
$("#workspace").append(image)
$("#uploaded-url").hide().val("")
+ $("#uploaded-url + br").hide()
$("#save,#upload,#rendered").show()
$("#pause,#render,#add-frame,#save,#upload").enable()
$("#render").html("render gif")
@@ -197,6 +198,7 @@ function upload(){
console.log(data);
status("uploaded");
$("#uploaded-url").show().focus().val(data.url)
+ $("#uploaded-url + br").show()
},
error: function(data){
console.log(data)