From c442502e74a51c4ef329292c51d5bc983505cc54 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Mon, 16 Sep 2013 12:16:20 +1000 Subject: [PATCH] h --- js/quick-reply.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(); } });