From 677e1f26fe47cc0c3e0819cb99a9024af49a619c Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 18 May 2010 06:25:29 -0400 Subject: [PATCH] - Some files from /bin + spellchecking actions moved to the new 'utils' task --- 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 5f201b7..c7be29e 100644 --- a/program/js/googiespell.js +++ b/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); -- Gitblit v1.9.1