summaryrefslogtreecommitdiffstats
path: root/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.php')
-rw-r--r--templates/index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.php b/templates/index.php
index 9ad38a0d5..38a3b3d27 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -1,4 +1,8 @@
<?php
+
+\OCP\Util::addScript('news', 'build/news-main');
+
+/*
use OCA\News\Plugin\Client\Plugin;
script('news', [
@@ -97,3 +101,4 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
news-scroll-enabled-mark-read="Content.markReadEnabled()"
news-scroll-auto-page="Content.autoPage()"
news-scroll-mark-read="Content.scrollRead(itemIds)"></div>
+ */