Updates app.bundle

This commit is contained in:
paweldomas 2015-07-15 14:55:30 +02:00
parent b5135c455e
commit b22ddea71c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
<script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
<script src="interface_config.js?v=5"></script>
<script src="libs/app.bundle.js?v=102"></script>
<script src="libs/app.bundle.js?v=103"></script>
<script src="analytics.js?v=1"></script><!-- google analytics plugin -->
<link rel="stylesheet" href="css/font.css?v=7"/>
<link rel="stylesheet" href="css/toastr.css?v=1">

View File

@ -9558,7 +9558,7 @@ RemoteVideo.prototype.addRemoteStreamElement = function (sid, stream, thessrc) {
// If the container is currently visible we attach the stream.
if (!isVideo || (this.container.offsetParent !== null && isVideo)) {
waitForPlayback(stream);
this.waitForPlayback(stream);
APP.RTC.attachMediaStream(sel, stream);
}