summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 21:19:50 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-11 21:19:50 +0200
commitac653d89d9cd4c47b211f50d2b8a1a501db2d31d (patch)
tree1cf094274c728e15d70bca16c9222074c30a0aef /templates
parent3e313821cf21e6443ab1b75336c8c510d758fa43 (diff)
implement move feed
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index b7aa17a2c..aaf50d9f1 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -27,7 +27,7 @@ style('news', [
<div id="app-navigation" ng-controller="NavigationController as Navigation" ng-hide="App.loading.isLoading('global')">
<news-title-unread-count unread-count="{{ Navigation.getUnreadCount() }}"></news-title-unread-count>
- <ul class="with-icon" data-folder-id="0" news-droppable>
+ <ul class="with-icon" data-id="0" news-droppable>
<?php print_unescaped($this->inc('part.navigation.addfeed')) ?>
<?php print_unescaped($this->inc('part.navigation.addfolder')) ?>
<?php print_unescaped($this->inc('part.navigation.unreadfeed')) ?>