From 3fc819d12ee38ff3da7a0f7f93124153fc382d3d Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 18 Nov 2014 17:23:28 +0100 Subject: [PATCH] Edits comment. --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 35a54ef20..f55436ce6 100644 --- a/app.js +++ b/app.js @@ -736,6 +736,7 @@ $(document).bind('left.muc', function (event, jid) { 'disconnected'); // Need to call this with a slight delay, otherwise the element couldn't be // found for some reason. + // XXX(gp) it works fine without the timeout for me (with Chrome 38). window.setTimeout(function () { var container = document.getElementById( 'participant_' + Strophe.getResourceFromJid(jid));