alecpl
2012-04-25 ee5569ccca9ed46af79db74e5d30bed901e939ff
- Fix spellchecker languages list on IE8


1 files modified
2 ■■■ changed files
skins/larry/ui.js 2 ●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -550,7 +550,7 @@
      for (i in rcmail.env.spell_langs) {
        li = $('<li>');
        link = $('<a href="#">').text(rcmail.env.spell_langs[i])
        link = $('<a href="#"></a>').text(rcmail.env.spell_langs[i])
          .addClass('active').data('lang', i)
          .click(function() {
            rcmail.spellcheck_lang_set($(this).data('lang'));