From a373ad5bf748abba348bd5e1a3865b61b470c5d1 Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 26 Jan 2014 22:56:38 -0500 Subject: using a plus selector weirdly --- js/frames.js | 2 ++ js/render.js | 3 ++- shader-combo.html | 11 +++++------ 3 files changed, 9 insertions(+), 7 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) diff --git a/js/render.js b/js/render.js index bd6deb1..ac26eec 100644 --- a/js/render.js +++ b/js/render.js @@ -85,7 +85,8 @@ function reset(){ pause(false) $("#workspace img").remove() $("#workspace canvas").show() - $("#uploaded-url").hide().val("") + $("#uploaded-url").hide() + $("#uploaded-url + br").show() remove_all_frames() draw(0) } diff --git a/shader-combo.html b/shader-combo.html index 6b721a1..784f246 100644 --- a/shader-combo.html +++ b/shader-combo.html @@ -14,7 +14,8 @@ a { color: #00f; } #shader-name { width: 75px; } #shader-id { width: 40px; } #shader { width: 400px; height: 247px; font-family: fixed; } -#uploaded-url { display: none; width: 300px; clear: both; } +#uploaded-url { display: none; width: 400px; } +#uploaded-url + br { display: none; } #header { clear: right; width:100%; padding: 0; font-size: 12px; } #shader-gallery,#gallery-images { display: block; height: 152px; overflow-y: auto; width: 100%; padding: 0; } @@ -103,22 +104,24 @@ a { color: #00f; }
+
+
-

+
frames rate @@ -135,10 +138,6 @@ a { color: #00f; }
-
-
- -
-- cgit v1.2.3-70-g09d2