diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-18 13:12:03 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-19 23:53:19 +0200 |
commit | e5f08620d4bc285087704c9a018bd7fb0a28bdfb (patch) | |
tree | bffeb9cce8aea1da1faf3da52d557d2c593f5c78 /lib/private/legacy | |
parent | 7fdba6f607a9d13284c09b4c8888b671ca07d517 (diff) | |
download | nextcloud-server-e5f08620d4bc285087704c9a018bd7fb0a28bdfb.tar.gz nextcloud-server-e5f08620d4bc285087704c9a018bd7fb0a28bdfb.zip |
Better design for core search, fixes and style to scss
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r-- | lib/private/legacy/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index a362b581fe2..9d3b63139db 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -115,6 +115,7 @@ class OC_Template extends \OC\Template\Base { OC_Util::addVendorStyle('select2/select2', null, true); OC_Util::addStyle('jquery.ocdialog'); OC_Util::addTranslations("core", null, true); + OC_Util::addStyle('search', 'results'); OC_Util::addScript('search', 'search', true); OC_Util::addScript('merged-template-prepend', null, true); OC_Util::addScript('jquery-ui-fixes'); |