diff options
author | alecpl <alec@alec.pl> | 2010-05-18 10:25:29 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-05-18 10:25:29 +0000 |
commit | 677e1f26fe47cc0c3e0819cb99a9024af49a619c (patch) | |
tree | 91074d603179889ba7fbde9d080c85ed62b27846 /program/js/googiespell.js | |
parent | caccd193c8403913d7c77d65363ff6e4d4269dfb (diff) |
- Some files from /bin + spellchecking actions moved to the new 'utils' task
Diffstat (limited to 'program/js/googiespell.js')
-rw-r--r-- | program/js/googiespell.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/js/googiespell.js b/program/js/googiespell.js index 5f201b7a1..c7be29e57 100644 --- a/program/js/googiespell.js +++ b/program/js/googiespell.js @@ -855,9 +855,9 @@ this.flashNoSpellingErrorState = function(on_finish) { 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); |