From 24958af8d9cc38185709e4f629c73df7df5b526f Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 30 Jun 2011 07:58:01 -0400
Subject: [PATCH] - Unset event name, so it will be not added to request data
---
program/js/common.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/program/js/common.js b/program/js/common.js
index 79832be..16f2ebf 100644
--- a/program/js/common.js
+++ b/program/js/common.js
@@ -347,9 +347,14 @@
break;
}
}
+
+ if (ret)
+ delete ret.event;
}
this._event_exec = false;
+ delete e.event;
+
return ret;
}
--
Gitblit v1.9.1