From d85b56d5c967651e47e9723859b516c7d9c463ae Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 28 Feb 2015 14:17:07 +0100 Subject: prefill add feed if url parameter given --- templates/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/index.php') diff --git a/templates/index.php b/templates/index.php index 428fae395..e8064d1d6 100644 --- a/templates/index.php +++ b/templates/index.php @@ -2,6 +2,7 @@ use OCA\News\Plugin\Client\Plugin; script('news', [ + 'vendor/js-url/url.min', 'vendor/es6-shim/es6-shim.min', 'vendor/angular/angular.min', 'vendor/angular-animate/angular-animate.min', -- cgit v1.2.3