Просмотр исходного кода

Fixes "focus not available" notifications.

master
hristoterezov 10 лет назад
Родитель
Сommit
81eb3754a0
3 измененных файлов: 5 добавлений и 2 удалений
  1. 1
    2
      index.html
  2. 2
    0
      libs/app.bundle.js
  3. 2
    0
      modules/xmpp/moderator.js

+ 1
- 2
index.html Просмотреть файл

@@ -19,8 +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=14"></script>
23
-
22
+    <script src="libs/app.bundle.js?v=15"></script>
24 23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
25 24
     <link rel="stylesheet" href="css/font.css?v=6"/>
26 25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 2
- 0
libs/app.bundle.js Просмотреть файл

@@ -14824,6 +14824,8 @@ var Moderator = {
14824 14824
                     APP.UI.messageHandler.notify(
14825 14825
                         null, "notify.focus",
14826 14826
                         'Conference focus', 'disconnected', "notify.focusFail",
14827
+                        focusComponent + " not available - retry in " +
14828
+                            retrySec + " sec",
14827 14829
                         {component: focusComponent, ms: retrySec});
14828 14830
                 }
14829 14831
                 // Reset response timeout

+ 2
- 0
modules/xmpp/moderator.js Просмотреть файл

@@ -308,6 +308,8 @@ var Moderator = {
308 308
                     APP.UI.messageHandler.notify(
309 309
                         null, "notify.focus",
310 310
                         'Conference focus', 'disconnected', "notify.focusFail",
311
+                        focusComponent + " not available - retry in " +
312
+                            retrySec + " sec",
311 313
                         {component: focusComponent, ms: retrySec});
312 314
                 }
313 315
                 // Reset response timeout

Загрузка…
Отмена
Сохранить