summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Thomas <steve.thomas@amdocs.com>2018-09-14 15:16:28 -0400
committerSteven Thomas <steve.thomas@amdocs.com>2018-09-14 15:16:47 -0400
commit17ccebdd4b886ce3e2db145633cf6aa61f544695 (patch)
tree3c50508c2c8eb7f2376b63863a8dae1c98956459 /src
parent96319fec0d2af2be5802a56d6b05a3ada939c8df (diff)
small tweaks to test code to get it to work
Issue-ID: AAI-1599 Change-Id: I41ca44fb7ebecb9856867addc9e30d742a5e4abe Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
Diffstat (limited to 'src')
-rw-r--r--src/app/MainScreenHeader.jsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/app/MainScreenHeader.jsx b/src/app/MainScreenHeader.jsx
index 8c5e13d..1a39bc4 100644
--- a/src/app/MainScreenHeader.jsx
+++ b/src/app/MainScreenHeader.jsx
@@ -234,9 +234,8 @@ class MainScreenHeader extends Component {
if(this.props.subscriptionEnabled) {
var $this = this;
window.removeEventListener('message', function (e) {
- $this.receiveMessage(e, $this);
- }
- );
+ $this.receiveMessage(e, $this);
+ });
}
}