Browse Source

ops, dont allow FF

j8
Philipp Hancke 11 years ago
parent
commit
9499afb108
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      app.js

+ 0
- 2
app.js View File

@@ -40,11 +40,9 @@ function init() {
40 40
     if (RTC === null) {
41 41
         window.location.href = 'webrtcrequired.html';
42 42
         return;
43
-        /*
44 43
     } else if (RTC.browser !== 'chrome') {
45 44
         window.location.href = 'chromeonly.html';
46 45
         return;
47
-        */
48 46
     }
49 47
 
50 48
     connection = new Strophe.Connection(document.getElementById('boshURL').value || config.bosh || '/http-bind');

Loading…
Cancel
Save