summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-03-18 20:20:57 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-03-18 20:20:57 +0100
commit88b8803e65c3383244591cbbde33b96fac761ecc (patch)
tree4ff4a8b27fef7d2d70e58e102c87e9350aeb0316 /templates/part.feed.unread.php
parentab10e19298c45c9d5ad777690da194741c99b062 (diff)
fix autofocus when loading unread articles and initial view
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index a933a2f75..2fe2eda0c 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -6,7 +6,8 @@
<a class="rss-icon"
href="#"
ui-if="!feedBusinessLayer.isShowAll()"
- ng-click="subscriptionsBusinessLayer.load(0)">
+ ng-click="subscriptionsBusinessLayer.load(0)"
+ oc-click-focus="{selector: '#app-content'}">
<?php p($l->t('Unread articles'))?>
</a>
<a class="rss-icon"