From 80cc1dd89295b4f913706b97008cb92c5f2a58b3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 11 Aug 2012 17:24:34 +0200 Subject: mark items as read when the title is being hidden under the top edge or when you hit the bottom. also mark items as read when you click on them --- templates/part.items.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/part.items.php') diff --git a/templates/part.items.php b/templates/part.items.php index 8c2ef15d2..62d6d0ddc 100644 --- a/templates/part.items.php +++ b/templates/part.items.php @@ -5,6 +5,7 @@ $feedid = isset($_['feedid']) ? $_['feedid'] : ''; $itemmapper = new OC_News_ItemMapper(); $items = $itemmapper->findAll($feedid); +echo '
'; echo ''; +echo '
'; \ No newline at end of file -- cgit v1.2.3