Browse Source

h

pull/40/head
Michael Foster 11 years ago
parent
commit
c442502e74
  1. 4
      js/quick-reply.js

4
js/quick-reply.js

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

Loading…
Cancel
Save