summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-05-09 20:36:11 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-05-09 20:36:11 +0200
commit1722388f4f5da5fb299e8391d4e8a0844b75eed4 (patch)
treec1dbe56dcdcd31575f4a3e77d2c25c685e160cbe /templates
parent37d2b701d368733f30181c42053986d6f9e075d9 (diff)
Select2 is in the main dist file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php3
-rw-r--r--templates/index.php3
2 files changed, 0 insertions, 6 deletions
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');