1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 04:31:23 +01:00

upload-selection + oekaki: hide confirmation

This commit is contained in:
czaks 2013-08-17 17:31:50 -04:00
parent 1896121fcd
commit c3343972a6

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