summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.feed.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-12 19:40:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-12 19:40:16 +0200
commitb86a5591667ca8de3a83ef5bcbc756e356979b5a (patch)
tree4e364688193ab00a015301659e126ba2c6397a55 /templates/part.navigation.feed.php
parent748500380e39880e54ee73ebaf5234ddf442e149 (diff)
adding feeds and folders, lady and gentlemen :P
Diffstat (limited to 'templates/part.navigation.feed.php')
-rw-r--r--templates/part.navigation.feed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index fc8a41a6b..fb80b5021 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -9,7 +9,7 @@
|| !feed.id"
data-id="{{ feed.id }}"
class="feed with-counter with-menu"
- news-draggable-disable="{{ feed.error.length > 0 || !feed.id }}"
+ news-draggable-disable="{{ feed.error.length > 0 || !feed.id || !feed.deleted || !feed.editing}}"
news-draggable="{
stack: '> li',
zIndex: 1000,
@@ -28,7 +28,7 @@
{{ feed.title }}
</a>
- <a ng-hide="feed.id"
+ <a ng-hide="feed.id || feed.error"
class="entry-loading title"
title="{{ feed.title }}">
{{ feed.title }}