From 338e1bac00a64576a8c6da54cc2482cfbd12d5ca Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 14 Oct 2016 15:38:19 -0500 Subject: [PATCH] Initialise the invite dialog on user action --- modules/UI/invite/Invite.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/UI/invite/Invite.js b/modules/UI/invite/Invite.js index acb6593c4..0d5ecdf11 100644 --- a/modules/UI/invite/Invite.js +++ b/modules/UI/invite/Invite.js @@ -15,7 +15,6 @@ class Invite { constructor(conference) { this.conference = conference; this.createRoomLocker(conference); - this.initDialog(); this.registerListeners(); }