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

Loading…
Cancel
Save