summaryrefslogtreecommitdiff
path: root/js/frames.js
diff options
context:
space:
mode:
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)