upload-selection + oekaki: hide confirmation

This commit is contained in:
czaks 2013-08-17 17:31:50 -04:00
parent e37efb422e
commit 9773cef5fa

View File

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