summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-19 23:00:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-19 23:00:44 +0200
commitc5cf003d76d5769ee39367dbd959726ab453ae28 (patch)
treedceccf28b0ece508423c8a097f8c64090fd74d25 /templates/main.php
parente0091e293b2ecba85ab08414f4790b64580c0c5e (diff)
set focus to right part when you click on a feed, fix #94
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 10533f93b..b57051ec9 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -45,7 +45,8 @@
}"
ng-controller="ItemController"
news-item-scroll
- item-shortcuts>
+ item-shortcuts
+ tabindex="-1">
<?php print_unescaped($this->inc("part.items")); ?>
</div>