浏览代码

Loads css before js, attempting to fix an issue with incorrect video initial size.

j8
Yana Stamcheva 9 年前
父节点
当前提交
b2f94783fa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      index.html

+ 2
- 2
index.html 查看文件

9
     <meta itemprop="name" content="Jitsi Meet"/>
9
     <meta itemprop="name" content="Jitsi Meet"/>
10
     <meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
10
     <meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
11
     <meta itemprop="image" content="/images/jitsilogo.png?v=1"/>
11
     <meta itemprop="image" content="/images/jitsilogo.png?v=1"/>
12
+      <link rel="stylesheet" href="css/all.css"/>
12
     <script>console.log("(TIME) index.html loaded:\t", window.performance.now());</script>
13
     <script>console.log("(TIME) index.html loaded:\t", window.performance.now());</script>
13
     <script src="https://api.callstats.io/static/callstats.min.js"></script>
14
     <script src="https://api.callstats.io/static/callstats.min.js"></script>
14
-    <script src="config.js?v=14"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
15
+    <script src="config.js?v=15"></script><!-- adapt to your needs, i.e. set hosts and bosh path -->
15
     <script src="interface_config.js?v=6"></script>
16
     <script src="interface_config.js?v=6"></script>
16
     <script src="libs/app.bundle.min.js?v=138"></script>
17
     <script src="libs/app.bundle.min.js?v=138"></script>
17
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
18
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
18
-    <link rel="stylesheet" href="css/all.css"/>
19
     <!--
19
     <!--
20
         Link used for inline installation of chrome desktop streaming extension,
20
         Link used for inline installation of chrome desktop streaming extension,
21
         is updated automatically from the code with the value defined in config.js -->
21
         is updated automatically from the code with the value defined in config.js -->

正在加载...
取消
保存