summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-30 20:50:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-01 00:31:38 +0200
commiteef8993cce0f989c32a12733ceaabfa96baa9127 (patch)
tree57fb2344f0c07c1ad368a4a8fe5d6c966bf9891b /index.php
parentbe192931ce450ea6c5310bf858517ef391a2a2b3 (diff)
added missing methods and javadoc
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index fccc2b1c8..3f7839c76 100644
--- a/index.php
+++ b/index.php
@@ -20,6 +20,7 @@ OCP\App::setActiveNavigationEntry('news');
OCP\Util::addScript('news','main');
OCP\Util::addScript('news','news');
OCP\Util::addScript('news','menu');
+OCP\Util::addScript('news','items');
OCP\Util::addScript('news','jquery.timeago');
OCP\Util::addScript('news','jquery.onscreen');