From 400df0975fc6eb0570ed65706dadc81281f5dc75 Mon Sep 17 00:00:00 2001 From: Fredrick Brennan Date: Wed, 30 Apr 2014 10:27:24 -0400 Subject: [PATCH] Fix upload-selection for multifile --- js/upload-selection.js | 2 ++ 1 file changed, 2 insertions(+) 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() {