summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 3a42ff5ac..fccc2b1c8 100644
--- a/index.php
+++ b/index.php
@@ -17,7 +17,9 @@ OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('news');
OCP\App::setActiveNavigationEntry('news');
+OCP\Util::addScript('news','main');
OCP\Util::addScript('news','news');
+OCP\Util::addScript('news','menu');
OCP\Util::addScript('news','jquery.timeago');
OCP\Util::addScript('news','jquery.onscreen');