From 9499afb1080efc2510bb3dd7877654d7ca6768c3 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Sun, 13 Apr 2014 14:32:50 +0200 Subject: [PATCH] ops, dont allow FF --- app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.js b/app.js index 1f9757420..d5ef9dabd 100644 --- a/app.js +++ b/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');