Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 7d9d69297..1958428a5 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -9,7 +9,8 @@ script('news', [
'vendor/angular-route/angular-route.min',
'vendor/angular-sanitize/angular-sanitize.min',
'vendor/momentjs/min/moment-with-locales.min',
- 'build/app.min'
+ 'vendor/masonry/dist/masonry.pkgd.min',
+ 'build/app.min',
]);
style('news', 'news.min');