diff --git a/js/quick-reply.js b/js/quick-reply.js index 04eea97e..267b6915 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -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(); } });