1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00
This commit is contained in:
Michael Foster 2013-09-16 12:16:20 +10:00
parent d20cda3596
commit c442502e74

View File

@ -249,9 +249,7 @@ var show_quick_reply = function(){
});
}
$td.contents().filter(function() {
return this.nodeType == 3; // Node.TEXT_NODE
}).remove();
$td.find('small').hide();
}
});