瀏覽代碼

Removes webrtcrequired.html.

j8
hristoterezov 10 年之前
父節點
當前提交
d4f00d76ab
共有 4 個檔案被更改,包括 3 行新增45 行删除
  1. 1
    1
      index.html
  2. 1
    1
      libs/app.bundle.js
  3. 1
    1
      modules/RTC/RTCUtils.js
  4. 0
    42
      webrtcrequired.html

+ 1
- 1
index.html 查看文件

@@ -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=20"></script>
22
+    <script src="libs/app.bundle.js?v=21"></script>
23 23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24 24
     <link rel="stylesheet" href="css/font.css?v=6"/>
25 25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 1
- 1
libs/app.bundle.js 查看文件

@@ -1073,7 +1073,7 @@ function RTCUtils(RTCService)
1073 1073
     {
1074 1074
         try { console.log('Browser does not appear to be WebRTC-capable'); } catch (e) { }
1075 1075
 
1076
-        window.location.href = 'webrtcrequired.html';
1076
+        window.location.href = 'unsupported_browser.html';
1077 1077
         return;
1078 1078
     }
1079 1079
 

+ 1
- 1
modules/RTC/RTCUtils.js 查看文件

@@ -195,7 +195,7 @@ function RTCUtils(RTCService)
195 195
     {
196 196
         try { console.log('Browser does not appear to be WebRTC-capable'); } catch (e) { }
197 197
 
198
-        window.location.href = 'webrtcrequired.html';
198
+        window.location.href = 'unsupported_browser.html';
199 199
         return;
200 200
     }
201 201
 

+ 0
- 42
webrtcrequired.html 查看文件

@@ -1,42 +0,0 @@
1
-<html>
2
-<head>
3
-    <title>Jitsi Meet: Unsupported Browser</title>
4
-    <link rel="stylesheet" type="text/css" media="screen" href="css/unsupported_browser.css" />
5
-</head>
6
-
7
-<body>
8
-<!-- wrap starts here -->
9
-<div id="wrap">
10
-    <div id="text">
11
-        <p>This application is currently only supported by</p>
12
-
13
-        <div class="supported_browsers">
14
-            <div class="browser_wrapper">
15
-                Chrome
16
-                <div class="browser">
17
-                    <div class="logo" id="chrome_logo"></div>
18
-                    <a href="http://google.com/chrome"><div class="button">DOWNLOAD</div></a>
19
-                </div>
20
-            </div>
21
-            <div class="browser_wrapper">
22
-                Chromium
23
-                <div class="browser">
24
-                    <div class="logo" id="chromium_logo"></div>
25
-                    <a href="http://www.chromium.org/"><div class="button">DOWNLOAD</div></a>
26
-                </div>
27
-            </div>
28
-            <div class="browser_wrapper">
29
-                Opera
30
-                <div class="browser">
31
-                    <div class="logo" id="opera_logo"></div>
32
-                    <a href="http://www.opera.com"><div class="button">DOWNLOAD</div></a>
33
-                </div>
34
-            </div>
35
-        </div>
36
-        <div class="clear"></div>
37
-        <div class="firefox">We are hoping that <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=977864">multistream support</a> for Firefox would not be long so that we could all use this application with our favorite browser.</div>
38
-    </div>
39
-    <!-- wrap ends here -->
40
-</div>
41
-</body>
42
-</html>

Loading…
取消
儲存