From 81eb3754a01566016177e2feebfebf945028f6c7 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Mon, 23 Feb 2015 11:20:35 +0200 Subject: [PATCH] Fixes "focus not available" notifications. --- index.html | 3 +-- libs/app.bundle.js | 2 ++ modules/xmpp/moderator.js | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) 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