From 3c4f05906480a4c5361d7510fcb776c8d45bfb02 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 30 Jun 2011 11:58:01 +0000 Subject: - 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 --- roundcubemail/program/js/common.js | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- cgit v1.2.3