diff --git a/css/unsupported_browser.css b/css/unsupported_browser.css index 072e8b0e0..432933ae6 100644 --- a/css/unsupported_browser.css +++ b/css/unsupported_browser.css @@ -12,7 +12,7 @@ body { display: block; position: absolute; width:900px; - height: 345px; + height: 365px; overflow:hidden; text-align: center; margin: auto; diff --git a/index.html b/index.html index 76f7bc5d4..52761162f 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 8cd9d84a9..8bb210186 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -1079,7 +1079,7 @@ function RTCUtils(RTCService) if (this.browser !== RTCBrowserType.RTC_BROWSER_CHROME && config.enableFirefoxSupport !== true) { - window.location.href = 'chromeonly.html'; + window.location.href = 'unsupported_browser.html'; return; } diff --git a/modules/RTC/RTCUtils.js b/modules/RTC/RTCUtils.js index ee0f2a765..cc99ccdd9 100644 --- a/modules/RTC/RTCUtils.js +++ b/modules/RTC/RTCUtils.js @@ -201,7 +201,7 @@ function RTCUtils(RTCService) if (this.browser !== RTCBrowserType.RTC_BROWSER_CHROME && config.enableFirefoxSupport !== true) { - window.location.href = 'chromeonly.html'; + window.location.href = 'unsupported_browser.html'; return; } diff --git a/webrtcrequired.html b/webrtcrequired.html index 408286146..f70cc8e6b 100644 --- a/webrtcrequired.html +++ b/webrtcrequired.html @@ -1,20 +1,42 @@
-This application is currently only supported by Chrome, Chromium and Opera
- -We are hoping that multistream support for Firefox would not be long so that we could all use this application with our favorite browser.
+This application is currently only supported by
+ + + +