diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-01 10:39:47 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-01 10:39:47 +0100 |
commit | f1b0332920309c297b9d85c0dfe2f8f5bce8226d (patch) | |
tree | 98507324e0835b1adaa52447c813a9f7a6c8bd3f /lib/private/legacy | |
parent | 5fe151f7c4bcc5b4a92aa0c915aab5099d3ae691 (diff) | |
download | nextcloud-server-f1b0332920309c297b9d85c0dfe2f8f5bce8226d.tar.gz nextcloud-server-f1b0332920309c297b9d85c0dfe2f8f5bce8226d.zip |
Do not try to load js moved 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index d0812de5f68..8acd7b8f9f5 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -118,10 +118,8 @@ class OC_Template extends \OC\Template\Base { OC_Util::addScript('search', 'search', true); OC_Util::addScript('search', 'searchprovider'); OC_Util::addScript('merged-template-prepend', null, true); - OC_Util::addScript('jquery-ui-fixes'); OC_Util::addScript('files/fileinfo'); OC_Util::addScript('files/client'); - OC_Util::addScript('contactsmenu'); OC_Util::addScript('contactsmenu_templates'); OC_Util::addScript('core', 'dist/main', true); |