From 88279961c5e2f2bd0711fc4200d58b93b425199e Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 30 May 2014 15:14:07 +0200 Subject: fix autopaging and marking read, render items --- templates/main.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'templates/main.php') diff --git a/templates/main.php b/templates/main.php index 103c1dc76..b9b00a4a3 100644 --- a/templates/main.php +++ b/templates/main.php @@ -12,7 +12,7 @@ \OCP\Util::addStyle('news', 'bootstrap/tooltip'); \OCP\Util::addStyle('news', 'app'); //\OCP\Util::addStyle('news', 'navigation'); -//\OCP\Util::addStyle('news', 'content'); +\OCP\Util::addStyle('news', 'content'); \OCP\Util::addStyle('news', 'settings'); ?> @@ -42,14 +42,17 @@
+ news-scroll-auto-page="Content.autoPage()" + news-scroll-mark-read="Content.scrollRead(itemIds)"> -- cgit v1.2.3