summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 0c3a48a19..73087af28 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -6,7 +6,13 @@
ng-show="feedBl.isVisible(feed.id)"
data-id="{{ feed.id }}"
class="feed"
- draggable>
+ oc-draggable="{
+ revert: true,
+ stack: '> li',
+ zIndex: 1000,
+ axis: 'y',
+ helper: 'clone'
+ }">
<a ng-style="{ backgroundImage: feed.faviconLink }"
href="#"
class="title"