From 1722388f4f5da5fb299e8391d4e8a0844b75eed4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 9 May 2019 20:36:11 +0200 Subject: Select2 is in the main dist file Signed-off-by: Roeland Jago Douma --- templates/index-public.php | 3 --- templates/index.php | 3 --- 2 files changed, 6 deletions(-) (limited to 'templates') diff --git a/templates/index-public.php b/templates/index-public.php index cfbd42ebb..3b05e4958 100644 --- a/templates/index-public.php +++ b/templates/index-public.php @@ -2,9 +2,6 @@ /** @var \OCP\IL10N $l */ /** @var array $_ */ -vendor_script('select2/select2'); -vendor_style('select2/select2'); - style('spreed', 'merged'); script('spreed', 'merged-guest'); ?> diff --git a/templates/index.php b/templates/index.php index 64ab969ba..c00952ce8 100644 --- a/templates/index.php +++ b/templates/index.php @@ -2,9 +2,6 @@ /** @var \OCP\IL10N $l */ /** @var array $_ */ -vendor_script('select2/select2'); -vendor_style('select2/select2'); - style('spreed', 'merged'); script('spreed', 'merged'); -- cgit v1.2.3