Pārlūkot izejas kodu

Updates app.bundle.js

j8
George Politis 10 gadus atpakaļ
vecāks
revīzija
43f60ca336
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1
    1
      index.html
  2. 1
    1
      libs/app.bundle.js

+ 1
- 1
index.html Parādīt failu

@@ -19,7 +19,7 @@
19 19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20 20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21 21
     <script src="interface_config.js?v=5"></script>
22
-    <script src="libs/app.bundle.js?v=70"></script>
22
+    <script src="libs/app.bundle.js?v=71"></script>
23 23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24 24
     <link rel="stylesheet" href="css/font.css?v=7"/>
25 25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 1
- 1
libs/app.bundle.js Parādīt failu

@@ -11943,7 +11943,7 @@ StatsCollector.prototype.start = function ()
11943 11943
         );
11944 11944
     }
11945 11945
 
11946
-    if (config.logStats) {
11946
+    if (config.logStats && !navigator.mozGetUserMedia) {
11947 11947
         this.gatherStatsIntervalId = setInterval(
11948 11948
             function () {
11949 11949
                 self.peerconnection.getStats(

Notiek ielāde…
Atcelt
Saglabāt