From d4f00d76ab0938f82035d5c66da597be4e70efa5 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 25 Feb 2015 11:07:33 +0200 Subject: [PATCH] Removes webrtcrequired.html. --- index.html | 2 +- libs/app.bundle.js | 2 +- modules/RTC/RTCUtils.js | 2 +- webrtcrequired.html | 42 ----------------------------------------- 4 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 webrtcrequired.html diff --git a/index.html b/index.html index 52761162f..a8296be2e 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 8bb210186..c902bfc8b 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -1073,7 +1073,7 @@ function RTCUtils(RTCService) { try { console.log('Browser does not appear to be WebRTC-capable'); } catch (e) { } - window.location.href = 'webrtcrequired.html'; + window.location.href = 'unsupported_browser.html'; return; } diff --git a/modules/RTC/RTCUtils.js b/modules/RTC/RTCUtils.js index cc99ccdd9..7bca10c4d 100644 --- a/modules/RTC/RTCUtils.js +++ b/modules/RTC/RTCUtils.js @@ -195,7 +195,7 @@ function RTCUtils(RTCService) { try { console.log('Browser does not appear to be WebRTC-capable'); } catch (e) { } - window.location.href = 'webrtcrequired.html'; + window.location.href = 'unsupported_browser.html'; return; } diff --git a/webrtcrequired.html b/webrtcrequired.html deleted file mode 100644 index f70cc8e6b..000000000 --- a/webrtcrequired.html +++ /dev/null @@ -1,42 +0,0 @@ - - - Jitsi Meet: Unsupported Browser - - - - - -
-
-

This application is currently only supported by

- -
-
- Chrome -
- -
DOWNLOAD
-
-
-
- Chromium -
- -
DOWNLOAD
-
-
-
- Opera -
- -
DOWNLOAD
-
-
-
-
-
We are hoping that multistream support for Firefox would not be long so that we could all use this application with our favorite browser.
-
- -
- -