ops, dont allow FF

This commit is contained in:
Philipp Hancke 2014-04-13 14:32:50 +02:00
parent 78c8f43c3d
commit 9499afb108
1 changed files with 0 additions and 2 deletions

2
app.js
View File

@ -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');