Parcourir la source

Updates generated file.

j8
hristoterezov il y a 10 ans
Parent
révision
8d0ee3ded9
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1
    1
      index.html
  2. 2
    2
      libs/app.bundle.js

+ 1
- 1
index.html Voir le fichier

@@ -19,7 +19,7 @@
19 19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20 20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21 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 24
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
25 25
     <link rel="stylesheet" href="css/font.css?v=6"/>

+ 2
- 2
libs/app.bundle.js Voir le fichier

@@ -4789,7 +4789,7 @@ var Toolbar = (function (my) {
4789 4789
             // Open popup with authentication URL
4790 4790
             var authenticationWindow = Authentication.createAuthenticationWindow(function () {
4791 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 4793
             }, url);
4794 4794
             if (!authenticationWindow) {
4795 4795
                 Toolbar.showAuthenticateButton(true);
@@ -15814,7 +15814,7 @@ var XMPP = {
15814 15814
         setupEvents();
15815 15815
         initStrophePlugins();
15816 15816
         registerListeners();
15817
-        Moderator.init();
15817
+        Moderator.init(this, eventEmitter);
15818 15818
         var configDomain = config.hosts.anonymousdomain || config.hosts.domain;
15819 15819
         // Force authenticated domain if room is appended with '?login=true'
15820 15820
         if (config.hosts.anonymousdomain &&

Chargement…
Annuler
Enregistrer