From 003571173eeafa7246d9f2eb40e4347f36af71ab Mon Sep 17 00:00:00 2001 From: fo Date: Wed, 24 Sep 2014 11:32:30 +0300 Subject: [PATCH] Removes an unnecessary message and changes the video bridge message. --- app.js | 2 +- desktopsharing.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app.js b/app.js index 78e69481d..3576bd693 100644 --- a/app.js +++ b/app.js @@ -840,7 +840,7 @@ $(document).bind('presence.muc', function (event, jid, info, pres) { if($(pres).find(">bridgeIsDown").length > 0 && !bridgeIsDown) { bridgeIsDown = true; messageHandler.showError("Error", - "The video bridge is currently unavailable."); + "Jitsi Videobridge is currently unavailable. Please try again later!"); } }); diff --git a/desktopsharing.js b/desktopsharing.js index 982ecbf48..8ef0ce477 100644 --- a/desktopsharing.js +++ b/desktopsharing.js @@ -240,7 +240,6 @@ function initInlineInstalls() function getSwitchStreamFailed(error) { console.error("Failed to obtain the stream to switch to", error); - messageHandler.showError('Error', 'Failed to get video stream'); switchInProgress = false; }