From fccedfb7690e46935d458f560876f552297ec980 Mon Sep 17 00:00:00 2001 From: fo Date: Mon, 15 Sep 2014 15:42:42 +0300 Subject: [PATCH] Fixes bug with trailing tooltips after participant is unmuted. #130 --- index.html | 2 +- videolayout.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(); } }