Browse Source

Initialise the invite dialog on user action

master
yanas 9 years ago
parent
commit
338e1bac00
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      modules/UI/invite/Invite.js

+ 0
- 1
modules/UI/invite/Invite.js View File

@@ -15,7 +15,6 @@ class Invite {
15 15
     constructor(conference) {
16 16
         this.conference = conference;
17 17
         this.createRoomLocker(conference);
18
-        this.initDialog();
19 18
         this.registerListeners();
20 19
     }
21 20
 

Loading…
Cancel
Save