From 8ac44491d0325de7f1a5e4c85477b8a64d616c3b Mon Sep 17 00:00:00 2001 From: paweldomas Date: Thu, 26 Mar 2015 14:13:27 +0100 Subject: [PATCH] Fixes input field focus in call SIP number dialog. --- index.html | 2 +- libs/app.bundle.js | 3 +-- modules/UI/toolbars/Toolbar.js | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2184c868e..a85b1eca2 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 1aea3a59e..7fdb8c4b3 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -5515,8 +5515,7 @@ function callSipButtonClicked() } } }, - null, - ':input:first' + null, null, ':input:first' ); } diff --git a/modules/UI/toolbars/Toolbar.js b/modules/UI/toolbars/Toolbar.js index 08a5b8532..1ed5497a7 100644 --- a/modules/UI/toolbars/Toolbar.js +++ b/modules/UI/toolbars/Toolbar.js @@ -243,8 +243,7 @@ function callSipButtonClicked() } } }, - null, - ':input:first' + null, null, ':input:first' ); }