浏览代码

Fixes input field focus in call SIP number dialog.

master
paweldomas 10 年前
父节点
当前提交
8ac44491d0
共有 3 个文件被更改,包括 3 次插入5 次删除
  1. 1
    1
      index.html
  2. 1
    2
      libs/app.bundle.js
  3. 1
    2
      modules/UI/toolbars/Toolbar.js

+ 1
- 1
index.html 查看文件

@@ -19,7 +19,7 @@
19 19
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
20 20
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
21 21
     <script src="interface_config.js?v=5"></script>
22
-    <script src="libs/app.bundle.js?v=46"></script>
22
+    <script src="libs/app.bundle.js?v=47"></script>
23 23
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
24 24
     <link rel="stylesheet" href="css/font.css?v=6"/>
25 25
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 1
- 2
libs/app.bundle.js 查看文件

@@ -5515,8 +5515,7 @@ function callSipButtonClicked()
5515 5515
                 }
5516 5516
             }
5517 5517
         },
5518
-        null,
5519
-        ':input:first'
5518
+        null, null, ':input:first'
5520 5519
     );
5521 5520
 }
5522 5521
 

+ 1
- 2
modules/UI/toolbars/Toolbar.js 查看文件

@@ -243,8 +243,7 @@ function callSipButtonClicked()
243 243
                 }
244 244
             }
245 245
         },
246
-        null,
247
-        ':input:first'
246
+        null, null, ':input:first'
248 247
     );
249 248
 }
250 249
 

正在加载...
取消
保存