Thomas Bruederli
2015-04-17 a3644638aaf0418598196a870204e0b632a4c8ad
plugins/hide_blockquote/hide_blockquote.js
@@ -25,7 +25,7 @@
  if (limit <= 0)
    return;
  $('pre > blockquote', $('#messagebody')).each(function() {
  $('div.message-part div.pre > blockquote', $('#messagebody')).each(function() {
    var div, link, q = $(this),
      text = $.trim(q.text()),
      res = text.split(/\n/);