瀏覽代碼

ops, dont allow FF

j8
Philipp Hancke 11 年之前
父節點
當前提交
9499afb108
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      app.js

+ 0
- 2
app.js 查看文件

@@ -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…
取消
儲存