summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 03:27:07 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 03:27:07 +0200
commit6dcf152409c21f883e3082068bab75dc10a7fa39 (patch)
tree5008c69494b618178ad3504c3d4e3f18b4952ac1 /templates/main.php
parent0ca106420e921582459cbaba9b520ed50e7b4a91 (diff)
added basics for drag and drop
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 606f9fa76..d895e04fb 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -11,7 +11,7 @@ echo $this->inc("part.items.header");
<div id="leftcontent" class="leftcontent">
<div id="feeds">
- <ul>
+ <ul data-id="0">
<li data-id="-2" class="subscriptions folder"><a href="#" ><?php echo $l->t('New articles'); ?></a></li>
<li data-id="-1" class="starred folder"><a href="#" ><?php echo $l->t('Starred'); ?></a></li>
<?php echo $this->inc("part.feeds"); ?>