This commit is contained in:
Michael Foster
2013-09-16 12:16:20 +10:00
parent d20cda3596
commit c442502e74
+1 -3
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();
} }
}); });