Merge pull request #1020 from jitsi/invite-dialog-fix

Initialise the invite dialog on user action
This commit is contained in:
Дамян Минков 2016-10-14 16:08:05 -05:00 committed by GitHub
commit 367c9401eb
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ class Invite {
constructor(conference) {
this.conference = conference;
this.createRoomLocker(conference);
this.initDialog();
this.registerListeners();
}