summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-12 08:05:35 +0300
committerAndrew Dolgov <[email protected]>2017-05-12 08:05:35 +0300
commit7590f03961012ac946297fc96be9ef2bb4ad3c20 (patch)
tree432f852f9e5bf065b32fb02077523efa6ce29798 /index.php
parent8f0a59f34a76c00307c685a576d91eee7393b079 (diff)
feedtree.selectFeed: focus headlines-frame after selection
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e4cad9d00..15832aaab 100644
--- a/index.php
+++ b/index.php
@@ -277,7 +277,7 @@
<div id="floatingTitle" style="visibility : hidden"></div>
- <div id="headlines-frame" dojoType="dijit.layout.ContentPane"
+ <div id="headlines-frame" dojoType="dijit.layout.ContentPane" tabindex="0"
onscroll="headlines_scroll_handler(this)" region="center">
<div id="headlinesInnerContainer">
<div class="whiteBox"><?php echo __('Loading, please wait...') ?></div>