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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 15:31:49 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-14 15:31:49 +0300
commitea951136d1f3f87cb98065de2ec4d654dd7b960d (patch)
tree740f64157560e68f65b264090906d0a2b2d50807 /lib
parente65f7f05de6443bd66b1c31325cbc3cbe149d1e5 (diff)
Move jquery-ui-fixes to bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/legacy/template.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php
index 5c49dc960d5..61601952e87 100644
--- a/lib/private/legacy/template.php
+++ b/lib/private/legacy/template.php
@@ -111,7 +111,6 @@ class OC_Template extends \OC\Template\Base {
OC_Util::addStyle('css-variables', null, true);
OC_Util::addStyle('server', null, true);
- OC_Util::addStyle('jquery-ui-fixes',null,true);
OC_Util::addStyle('jquery.ocdialog');
OC_Util::addTranslations("core", null, true);
OC_Util::addStyle('search', 'results');