From c64d008d052d8d9d4c2406f2233795f7cb2d2a54 Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 12 Jan 2016 16:48:47 -0600 Subject: [PATCH 1/2] Fixes element id name. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 993802d76..aadbf9de7 100644 --- a/index.html +++ b/index.html @@ -150,7 +150,7 @@ jitsi.org
- +
From 6a91a48823c22a43736832584c03715a4a0b76cc Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 12 Jan 2016 17:29:52 -0600 Subject: [PATCH 2/2] Fixes element id name. --- modules/UI/videolayout/LargeVideo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/videolayout/LargeVideo.js b/modules/UI/videolayout/LargeVideo.js index 9a5aeb899..fa9aabd70 100644 --- a/modules/UI/videolayout/LargeVideo.js +++ b/modules/UI/videolayout/LargeVideo.js @@ -163,7 +163,7 @@ class VideoContainer extends LargeContainer { this.stream = null; this.videoType = null; - this.$avatar = $('#domiantSpeaker'); + this.$avatar = $('#dominantSpeaker'); this.$wrapper = $('#largeVideoWrapper'); if (!RTCBrowserType.isIExplorer()) {