diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-30 11:58:01 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-06-30 11:58:01 +0000 |
| commit | 3c4f05906480a4c5361d7510fcb776c8d45bfb02 (patch) | |
| tree | 743c101fbb44106421fcb99ec1810630db63d78b /roundcubemail/program | |
| parent | 8f0df89e8be18936a3f2e0579126bfd4f5724a56 (diff) | |
- Unset event name, so it will be not added to request data
git-svn-id: https://svn.roundcube.net/trunk@4895 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/common.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/program/js/common.js b/roundcubemail/program/js/common.js index 79832bed5..16f2ebfc4 100644 --- a/roundcubemail/program/js/common.js +++ b/roundcubemail/program/js/common.js @@ -347,9 +347,14 @@ triggerEvent: function(evt, e) break; } } + + if (ret) + delete ret.event; } this._event_exec = false; + delete e.event; + return ret; } |
