diff --git a/index.html b/index.html index a95fba82b..37fee84ad 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,7 @@ - - + diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 884d30c85..c1d56451b 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -14824,6 +14824,8 @@ var Moderator = { APP.UI.messageHandler.notify( null, "notify.focus", 'Conference focus', 'disconnected', "notify.focusFail", + focusComponent + " not available - retry in " + + retrySec + " sec", {component: focusComponent, ms: retrySec}); } // Reset response timeout diff --git a/modules/xmpp/moderator.js b/modules/xmpp/moderator.js index ed8ebdb71..742db7f29 100644 --- a/modules/xmpp/moderator.js +++ b/modules/xmpp/moderator.js @@ -308,6 +308,8 @@ var Moderator = { APP.UI.messageHandler.notify( null, "notify.focus", 'Conference focus', 'disconnected', "notify.focusFail", + focusComponent + " not available - retry in " + + retrySec + " sec", {component: focusComponent, ms: retrySec}); } // Reset response timeout