diff --git a/js/upload-selection.js b/js/upload-selection.js index 20916ba5..80dd0eaf 100644 --- a/js/upload-selection.js +++ b/js/upload-selection.js @@ -23,6 +23,7 @@ $(function(){ $("#upload_file").hide(); $("#upload_url").hide(); $("#upload_embed").hide(); + $(".add_image").hide(); if (enabled_oekaki) { if (window.oekaki.initialized) { @@ -35,6 +36,7 @@ $(function(){ disable_all(); $("#upload").show(); $("#upload_file").show(); + $(".add_image").show(); }; enable_url = function() {