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
-1
View File
@@ -15,7 +15,6 @@ class Invite {
constructor(conference) {
this.conference = conference;
this.createRoomLocker(conference);
this.initDialog();
this.registerListeners();
}