From ee5569ccca9ed46af79db74e5d30bed901e939ff Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 25 Apr 2012 17:35:55 +0000 Subject: - Fix spellchecker languages list on IE8 --- skins/larry/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins/larry/ui.js') diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 04e74b7b5..ab56910bd 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -550,7 +550,7 @@ function rcube_mail_ui() for (i in rcmail.env.spell_langs) { li = $('
  • '); - link = $('').text(rcmail.env.spell_langs[i]) + link = $('').text(rcmail.env.spell_langs[i]) .addClass('active').data('lang', i) .click(function() { rcmail.spellcheck_lang_set($(this).data('lang')); -- cgit v1.2.3