瀏覽代碼

Fixes some issues caused by the merge.

j8
hristoterezov 10 年之前
父節點
當前提交
4d25b139cc
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      index.html
  2. 1
    1
      modules/UI/videolayout/ConnectionIndicator.js

+ 1
- 1
index.html 查看文件

@@ -158,7 +158,7 @@
158 158
                         <i id="mute" class="icon-microphone"></i>
159 159
                     </a>
160 160
                     <div class="header_button_separator"></div>
161
-                    <a class="button" id="toolbar_button_camera" data-container="body" data-toggle="popover" data-placement="bottom" shortcut="toggleVideoPopover" content="Start / stop camera" onclick='toggleVideo();'>
161
+                    <a class="button" id="toolbar_button_camera" data-container="body" data-toggle="popover" data-placement="bottom" shortcut="toggleVideoPopover" content="Start / stop camera">
162 162
                         <i id="video" class="icon-camera"></i>
163 163
                     </a>
164 164
                     <span id="authentication" style="display: none">

+ 1
- 1
modules/UI/videolayout/ConnectionIndicator.js 查看文件

@@ -91,7 +91,7 @@ ConnectionIndicator.prototype.generateText = function () {
91 91
     }
92 92
 
93 93
     var resolutionValue = null;
94
-    if(this.resolution)
94
+    if(this.resolution && this.jid != null)
95 95
     {
96 96
         var keys = Object.keys(this.resolution);
97 97
         if(keys.length == 1)

Loading…
取消
儲存