From 4a5c1f53752008b1789cdef224199615bbaab3fc Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 24 May 2012 18:18:47 +0200 Subject: Fixes for IE: better background for Hide/Show button, fixed invisible button in IE8 --- plugins/hide_blockquote/hide_blockquote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hide_blockquote/hide_blockquote.js') diff --git a/plugins/hide_blockquote/hide_blockquote.js b/plugins/hide_blockquote/hide_blockquote.js index 9ab90af0d..20286ee14 100644 --- a/plugins/hide_blockquote/hide_blockquote.js +++ b/plugins/hide_blockquote/hide_blockquote.js @@ -24,7 +24,7 @@ function hide_blockquote() .css({'white-space': 'nowrap', overflow: 'hidden', position: 'relative'}) .text(res[0]); - link = $('') + link = $('') .css({position: 'absolute', 'z-Index': 2}) .text(rcmail.gettext('hide_blockquote.show')) .data('parent', div) -- cgit v1.2.3