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);