diff --git a/www/js/app.js b/www/js/app.js index 3d455f52..7a83d7ef 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -757,6 +757,7 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'util', 'cache', 'images', 'sett document.getElementById('search-article').style.overflowY = 'hidden'; setTimeout(function() { document.getElementById('articleContent').style.display = 'block'; + document.getElementById('articleContent').focus(); }, 50); } $("#articleList").empty();