summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-10-12 16:30:47 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-10-12 16:30:47 -0400
commitcb68f9f589bff6c43da5a2797e8e7b29f905b0ed (patch)
tree8fcbd70bdacb562dcf9e6601783b42a5ada45d9e /index.php
parent95542f96ebf58cf48e7ca44d18a4c30724873f93 (diff)
move firstrun js to an independent script
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/index.php b/index.php
index b57d05ab0..d2ce6fc61 100644
--- a/index.php
+++ b/index.php
@@ -65,11 +65,9 @@ if ($allfeeds) {
}
else {
-
- OCP\Util::addScript('news','main');
+
OCP\Util::addScript('news','news');
- OCP\Util::addScript('news','menu');
- OCP\Util::addScript('news','items');
+ OCP\Util::addScript('news','firstrun');
OCP\Util::addStyle('news','firstrun');