Quellcode durchsuchen

ops, dont allow FF

master
Philipp Hancke vor 11 Jahren
Ursprung
Commit
9499afb108
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0
    2
      app.js

+ 0
- 2
app.js Datei anzeigen

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

Laden…
Abbrechen
Speichern