From c3343972a633f12f48af15f16f04ae7ca71d6cdf Mon Sep 17 00:00:00 2001 From: czaks Date: Sat, 17 Aug 2013 17:31:50 -0400 Subject: [PATCH] upload-selection + oekaki: hide confirmation --- js/upload-selection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/upload-selection.js b/js/upload-selection.js index ca96e513..fb3d9131 100644 --- a/js/upload-selection.js +++ b/js/upload-selection.js @@ -57,6 +57,8 @@ $(function(){ } if (enabled_oekaki) { my_html += " / "+_("Oekaki")+""; + + $("#confirm_oekaki_label").hide(); } $("#upload_selection").html(my_html);