summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-25 19:14:08 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-25 19:14:08 -0400
commitc94b02a1150745fe9d62fcf351caa125fb4a1204 (patch)
treeaef0cffc29351d97c24fa12f4e2d79319f776943 /index.php
parentca6aa3b464940cd0a012571552a4a7e9897cb35d (diff)
opml exporter. invariant test needs to be done with opml importer
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 71dc0e14f..3a42ff5ac 100644
--- a/index.php
+++ b/index.php
@@ -19,6 +19,7 @@ OCP\App::setActiveNavigationEntry('news');
OCP\Util::addScript('news','news');
OCP\Util::addScript('news','jquery.timeago');
+OCP\Util::addScript('news','jquery.onscreen');
OCP\Util::addStyle('news','news');
OCP\Util::addStyle('news','settings');