diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index c2d10894c..8ccabef49 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -3280,6 +3280,7 @@ define([ }, button), ]); UI.errorLoadingScreen(block); + $(button).focus(); }; UIElements.getBurnAfterReadingWarning = function (common) { var priv = common.getMetadataMgr().getPrivateData();