summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-29 16:34:07 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-29 16:34:07 +0200
commit3d79d2a5fa5a49c3f0b2ed5170cc27fea98cb7ea (patch)
treebe37f2973656bca04b6c8b4ce6137f180e7b6ff2 /templates
parentba3704e4f6d3652e6c6e62422e68ff93a5dcaf8b (diff)
dont put feed on other feed, fix #135
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 49afe2cfc..36a8f5f82 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -13,7 +13,8 @@
axis: 'y',
delay: 200,
containment: '#app-navigation ul',
- scroll: true
+ scroll: true,
+ revert: true
}">
<a ng-style="{ backgroundImage: feed.faviconLink }"
ng-click="feedBusinessLayer.load(feed.id)"