Browse Source

Merging completed.

master
Yana Stamcheva 11 years ago
parent
commit
59c77e5bb2
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      app.js

+ 2
- 0
app.js View File

@@ -288,6 +288,8 @@ $(document).bind('entered.muc', function (event, jid, info, pres) {
288 288
         updateLockButton();
289 289
     }
290 290
 
291
+    showFocusIndicator();
292
+
291 293
     $(pres).find('>media[xmlns="http://estos.de/ns/mjs"]>source').each(function (idx, ssrc) {
292 294
         //console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
293 295
         ssrc2jid[ssrc.getAttribute('ssrc')] = jid;

Loading…
Cancel
Save