diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-14 13:31:49 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-14 13:31:49 +0100 |
commit | ea951136d1f3f87cb98065de2ec4d654dd7b960d (patch) | |
tree | 740f64157560e68f65b264090906d0a2b2d50807 /lib/private/legacy | |
parent | e65f7f05de6443bd66b1c31325cbc3cbe149d1e5 (diff) | |
download | nextcloud-server-ea951136d1f3f87cb98065de2ec4d654dd7b960d.tar.gz nextcloud-server-ea951136d1f3f87cb98065de2ec4d654dd7b960d.zip |
Move jquery-ui-fixes to bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r-- | lib/private/legacy/template.php | 1 |
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'); |