浏览代码

Updates generated file.

j8
hristoterezov 10 年前
父节点
当前提交
8d0ee3ded9
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      index.html
  2. 2
    2
      libs/app.bundle.js

+ 1
- 1
index.html 查看文件

19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21
     <script src="interface_config.js?v=5"></script>
21
     <script src="interface_config.js?v=5"></script>
22
-    <script src="libs/app.bundle.js?v=2"></script>
22
+    <script src="libs/app.bundle.js?v=3"></script>
23
 
23
 
24
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
25
     <link rel="stylesheet" href="css/font.css?v=6"/>
25
     <link rel="stylesheet" href="css/font.css?v=6"/>

+ 2
- 2
libs/app.bundle.js 查看文件

4789
             // Open popup with authentication URL
4789
             // Open popup with authentication URL
4790
             var authenticationWindow = Authentication.createAuthenticationWindow(function () {
4790
             var authenticationWindow = Authentication.createAuthenticationWindow(function () {
4791
                 // On popup closed - retry room allocation
4791
                 // On popup closed - retry room allocation
4792
-                xAPP.mpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin);
4792
+                APP.xmpp.allocateConferenceFocus(APP.UI.getRoomName(), APP.UI.checkForNicknameAndJoin);
4793
             }, url);
4793
             }, url);
4794
             if (!authenticationWindow) {
4794
             if (!authenticationWindow) {
4795
                 Toolbar.showAuthenticateButton(true);
4795
                 Toolbar.showAuthenticateButton(true);
15814
         setupEvents();
15814
         setupEvents();
15815
         initStrophePlugins();
15815
         initStrophePlugins();
15816
         registerListeners();
15816
         registerListeners();
15817
-        Moderator.init();
15817
+        Moderator.init(this, eventEmitter);
15818
         var configDomain = config.hosts.anonymousdomain || config.hosts.domain;
15818
         var configDomain = config.hosts.anonymousdomain || config.hosts.domain;
15819
         // Force authenticated domain if room is appended with '?login=true'
15819
         // Force authenticated domain if room is appended with '?login=true'
15820
         if (config.hosts.anonymousdomain &&
15820
         if (config.hosts.anonymousdomain &&

正在加载...
取消
保存