diff --git a/DnsServerCore/www/js/apps.js b/DnsServerCore/www/js/apps.js index 226fa2e9..deb1f284 100644 --- a/DnsServerCore/www/js/apps.js +++ b/DnsServerCore/www/js/apps.js @@ -81,6 +81,10 @@ function showInstallAppModal() { $("#btnInstallApp").button("reset"); $("#modalInstallApp").modal("show"); + + setTimeout(function () { + $("#txtInstallApp").focus(); + }, 1000); } function installApp() { @@ -177,6 +181,10 @@ function showAppConfigModal(objBtn, appName) { $("#btnAppConfig").button("reset"); $("#modalAppConfig").modal("show"); + + setTimeout(function () { + $("#txtAppConfig").focus(); + }, 1000); }, error: function () { btn.button('reset');