summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-06-26 19:20:22 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-06-26 19:20:22 -0400
commita0afcd5f7181df2f1d2d24dc941726b3dc074a7d (patch)
tree8acafc8fda96bf58cf930a4d7bb7035bcb7a09bd /index.php
parentc2c91647495e343a503f23b56854ada7599b94b8 (diff)
adds dialog to add feed or folder / starts settings page
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 82419fa90..c8ce296cc 100644
--- a/index.php
+++ b/index.php
@@ -24,7 +24,7 @@ OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('news');
OCP\App::setActiveNavigationEntry('news');
-//OCP\Util::addscript('news','news');
+OCP\Util::addscript('news','news');
OCP\Util::addStyle('news', 'news');
$foldermapper = new OC_News_FolderMapper(OCP\USER::getUser());