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() { $td.find('small').hide();
return this.nodeType == 3; // Node.TEXT_NODE
}).remove();
} }
}); });