Fixes input field focus in call SIP number dialog.

This commit is contained in:
paweldomas 2015-03-26 14:13:27 +01:00
parent a093b455b3
commit 8ac44491d0
3 changed files with 3 additions and 5 deletions

View File

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

View File

@ -5515,8 +5515,7 @@ function callSipButtonClicked()
} }
} }
}, },
null, null, null, ':input:first'
':input:first'
); );
} }

View File

@ -243,8 +243,7 @@ function callSipButtonClicked()
} }
} }
}, },
null, null, null, ':input:first'
':input:first'
); );
} }