Aleksander Machniak
2012-05-26 ead98f4efb712deb124655fd6fe0bf30d8e642c5
plugins/hide_blockquote/hide_blockquote.js
@@ -24,7 +24,7 @@
      .css({'white-space': 'nowrap', overflow: 'hidden', position: 'relative'})
      .text(res[0]);
    link = $('<span class="blockquote-link">')
    link = $('<span class="blockquote-link"></span>')
      .css({position: 'absolute', 'z-Index': 2})
      .text(rcmail.gettext('hide_blockquote.show'))
      .data('parent', div)