alecpl
2010-05-18 677e1f26fe47cc0c3e0819cb99a9024af49a619c
program/js/googiespell.js
@@ -855,9 +855,9 @@
           no_spell_errors = function () { ref.checkSpellingState() };
        var rsm = $('<span>').text(this.lang_no_error_found);
        $(this.switch_lan_pic).hide();
   $(this.spell_span).empty().append(rsm)
       $(this.spell_span).empty().append(rsm)
       .removeClass().addClass('googie_check_spelling_ok');
        window.setTimeout(no_spell_errors, 1000);