Fixes bug with trailing tooltips after participant is unmuted. #130

This commit is contained in:
fo 2014-09-15 15:42:42 +03:00
parent 092e8df148
commit fccedfb769
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
<script src="rtp_sts.js?v=1"></script><!-- RTP stats processing -->
<script src="local_sts.js?v=1"></script><!-- Local stats processing -->
<script src="videolayout.js?v=8"></script><!-- video ui -->
<script src="videolayout.js?v=9"></script><!-- video ui -->
<script src="toolbar.js?v=5"></script><!-- toolbar ui -->
<script src="toolbar_toggler.js?v=1"></script>
<script src="canvas_util.js?v=1"></script><!-- canvas drawing utils -->

View File

@ -730,6 +730,7 @@ var VideoLayout = (function (my) {
if (isMuted === 'false') {
if (audioMutedSpan.length > 0) {
audioMutedSpan.popover('hide');
audioMutedSpan.remove();
}
}