summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-14 17:07:17 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-14 17:07:17 +0200
commit37c64c824cfc2e8a7fe14b0763c107498275f2df (patch)
treed6960337d13f9d4afa82a43f4516462be4ff1993 /templates
parenta0ae56e074d9c62a1239bd8c3acc1ef865d209c2 (diff)
further removed the number of post request on marking read. shouldnt get any better than this, but it should work properly i think :)
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 486741f19..ed9eb61ec 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -28,7 +28,7 @@ foreach($items as $item) {
$startTitle = $l->t('Mark as important');
}
- echo '<li class="feed_item ' . $newsItemClass .'" data-id="' . $item->getId() . '" data-feedid="' . $feedId . '" data-processing="false">';
+ echo '<li class="feed_item ' . $newsItemClass .'" data-id="' . $item->getId() . '" data-feedid="' . $feedId . '">';
echo '<div class="utils">';
echo '<ul class="primary_item_utils">';