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) {
|
||||
window.location.href = 'webrtcrequired.html';
|
||||
return;
|
||||
/*
|
||||
} else if (RTC.browser !== 'chrome') {
|
||||
window.location.href = 'chromeonly.html';
|
||||
return;
|
||||
*/
|
||||
}
|
||||
|
||||
connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');
|
||||
|
|
Loading…
Reference in New Issue