From 02eece808fde87eac07f8bcbad1ee278cb91514e Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 17 Mar 2010 12:24:09 +0000 Subject: Merged devel-threads branch (r3066:3364) back into trunk git-svn-id: https://svn.roundcube.net/trunk@3367 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/js/common.js') diff --git a/roundcubemail/program/js/common.js b/roundcubemail/program/js/common.js index 70ef4446b..829da8ae8 100644 --- a/roundcubemail/program/js/common.js +++ b/roundcubemail/program/js/common.js @@ -292,7 +292,7 @@ triggerEvent: function(evt, e) e = this; else if (typeof e == 'object') e.event = evt; - + if (this._events && this._events[evt] && !this._event_exec) { this._event_exec = true; for (var i=0; i < this._events[evt].length; i++) { -- cgit v1.2.3