ソースを参照

Updates app.bundle.js

j8
George Politis 10年前
コミット
43f60ca336
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      index.html
  2. 1
    1
      libs/app.bundle.js

+ 1
- 1
index.html ファイルの表示

19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21
     <script src="interface_config.js?v=5"></script>
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
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24
     <link rel="stylesheet" href="css/font.css?v=7"/>
24
     <link rel="stylesheet" href="css/font.css?v=7"/>
25
     <link rel="stylesheet" href="css/toastr.css?v=1">
25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 1
- 1
libs/app.bundle.js ファイルの表示

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

読み込み中…
キャンセル
保存