Browse Source
Do not try to load js moved to bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/13970/head
Roeland Jago Douma
7 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
0 additions and
2 deletions
-
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); |
|
|
|
|
|
|
|
|