diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-05-12 08:05:35 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-05-12 08:05:35 +0300 |
| commit | 7590f03961012ac946297fc96be9ef2bb4ad3c20 (patch) | |
| tree | 432f852f9e5bf065b32fb02077523efa6ce29798 /index.php | |
| parent | 8f0a59f34a76c00307c685a576d91eee7393b079 (diff) | |
feedtree.selectFeed: focus headlines-frame after selection
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |