Aleksander Machniak
2012-05-24 c993e10d07d76ef7f24b45bc9e7c1c1115c85980
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)