From a1624138fe8aa64cbebdd52bf3ddb42736492c2d Mon Sep 17 00:00:00 2001 From: George Politis Date: Thu, 11 Dec 2014 13:01:23 +0100 Subject: [PATCH] Disables the "Focus connected" notification. --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 68ae5a160..4b11fb228 100644 --- a/app.js +++ b/app.js @@ -769,7 +769,8 @@ $(document).bind('entered.muc', function (event, jid, info, pres) { { focusJid = jid; console.info("Ignore focus: " + jid +", real JID: " + info.jid); - messageHandler.notify('Focus', 'connected', 'connected'); + // We don't want this notification for the focus. + // messageHandler.notify('Focus', 'connected', 'connected'); return; }