summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 19:34:24 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 19:34:24 +0200
commit9963975875836f768cc64f3a9dc00a1f33d9c07f (patch)
tree919ca3f3303ca159a56330caf87f54e5909b7da1 /templates/part.listfeed.php
parent959b8691fad5b109e17a2f358613813f209e1313 (diff)
added more code for adding feeds and folders
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 42d291c61..132c1db08 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -4,7 +4,7 @@
failed: feed.error
}"
ng-repeat="feed in feedBl.getFeedsOfFolder(<?php p($_['folderId']); ?>)"
- ng-show="feedBl.isVisible(feed.id)"
+ ng-show="feedBl.isVisible(feed.id) || !feed.id"
data-id="{{ feed.id }}"
class="feed"
oc-draggable="{