Browse Source

Fix upload-selection for multifile

pull/40/head
Fredrick Brennan 10 years ago
parent
commit
400df0975f
  1. 2
      js/upload-selection.js

2
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() {

Loading…
Cancel
Save