diff --git a/js/index.js b/js/index.js index 2ef465b..7444ac4 100644 --- a/js/index.js +++ b/js/index.js @@ -457,6 +457,10 @@ ); BR.WhatsNew.init(); + + $('.modal').on('shown.bs.modal', function (e) { + $('input:visible:enabled:first', e.target).focus(); + }); } i18next.on('languageChanged', function (detectedLanguage) {