summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/main.php b/templates/main.php
index ecfaa9515..e0722a91d 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -1,17 +1,14 @@
<?php
+\OCP\Util::addScript('news', 'vendor/angular/angular');
+\OCP\Util::addScript('news', 'vendor/angular-ui/build/angular-ui');
\OCP\Util::addScript('news', 'vendor/momentjs/moment');
-\OCP\Util::addScript('news', 'vendor/momentjs/langs');
-
+\OCP\Util::addScript('news', 'vendor/momentjs/min/langs');
\OCP\Util::addScript('appframework', 'vendor/bootstrap/tooltip');
-\OCP\Util::addScript('appframework', 'vendor/angular/angular');
\OCP\Util::addScript('appframework', 'public/app');
-
-\OCP\Util::addScript('news', 'vendor/angular-ui/angular-ui');
-
\OCP\Util::addScript('news', 'public/app');
-\OCP\Util::addStyle('appframework', 'bootstrap/tooltip');
+\OCP\Util::addStyle('appframework', 'bootstrap/tooltip');
\OCP\Util::addStyle('news', 'addnew');
\OCP\Util::addStyle('news', 'feeds');
\OCP\Util::addStyle('news', 'items');