Browse Source

upload-selection + oekaki: hide confirmation

pull/40/head
czaks 11 years ago
parent
commit
9773cef5fa
  1. 2
      js/upload-selection.js

2
js/upload-selection.js

@ -57,6 +57,8 @@ $(function(){
}
if (enabled_oekaki) {
my_html += " / <a href='javascript:void(0)' onclick='enable_oekaki(); return false;'>"+_("Oekaki")+"</a>";
$("#confirm_oekaki_label").hide();
}
$("#upload_selection").html(my_html);

Loading…
Cancel
Save