ops, dont allow FF
This commit is contained in:
parent
78c8f43c3d
commit
9499afb108
2
app.js
2
app.js
|
@ -40,11 +40,9 @@ function init() {
|
||||||
if (RTC === null) {
|
if (RTC === null) {
|
||||||
window.location.href = 'webrtcrequired.html';
|
window.location.href = 'webrtcrequired.html';
|
||||||
return;
|
return;
|
||||||
/*
|
|
||||||
} else if (RTC.browser !== 'chrome') {
|
} else if (RTC.browser !== 'chrome') {
|
||||||
window.location.href = 'chromeonly.html';
|
window.location.href = 'chromeonly.html';
|
||||||
return;
|
return;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');
|
connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');
|
||||||
|
|
Loading…
Reference in New Issue