diff --git a/index.html b/index.html
index 5ee798eee..6e0a69bb3 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@
-
+
diff --git a/videolayout.js b/videolayout.js
index 63a57a15e..a4f335515 100644
--- a/videolayout.js
+++ b/videolayout.js
@@ -730,6 +730,7 @@ var VideoLayout = (function (my) {
if (isMuted === 'false') {
if (audioMutedSpan.length > 0) {
+ audioMutedSpan.popover('hide');
audioMutedSpan.remove();
}
}