1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-30 20:03:45 +01:00
This commit is contained in:
Michael Foster 2013-09-16 12:16:20 +10:00
parent 09986af4d4
commit c72f08c3d2

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