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 @@ - -
-This application is currently only supported by
- - - -