From 9773cef5fa9eb2dfc26f6b1447f7081d085c6ffc 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);