From f8562dc439bfe3bb0d3dc3dab36503673f7a33ca Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 13 Oct 2010 18:44:41 +0000 Subject: - Improve displaying of UI messages (#1486977) git-svn-id: https://svn.roundcube.net/trunk@4083 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/googiespell.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/js/googiespell.js') diff --git a/roundcubemail/program/js/googiespell.js b/roundcubemail/program/js/googiespell.js index aaea16c47..8892c63ea 100644 --- a/roundcubemail/program/js/googiespell.js +++ b/roundcubemail/program/js/googiespell.js @@ -977,13 +977,13 @@ this.removeIndicator = function(elm) { //$(this.indicator).remove(); // roundcube mod. if (window.rcmail) - rcmail.set_busy(false); + rcmail.set_busy(false, null, this.rc_msg_id); }; this.appendIndicator = function(elm) { // modified by roundcube if (window.rcmail) - rcmail.set_busy(true, 'checking'); + this.rc_msg_id = rcmail.set_busy(true, 'checking'); /* this.indicator = document.createElement('img'); $(this.indicator).attr('src', this.img_dir + 'indicator.gif') -- cgit v1.2.3