From cb68f9f589bff6c43da5a2797e8e7b29f905b0ed Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Fri, 12 Oct 2012 16:30:47 -0400 Subject: move firstrun js to an independent script --- index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'index.php') 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'); -- cgit v1.2.3