diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-14 13:34:20 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-14 13:38:24 +0100 |
commit | 65964a537adbb5d68c014e0acf0aabd432b00f7b (patch) | |
tree | 9c3759de4395d34c058bf709d9e0fbba1f78a223 /lib | |
parent | ea951136d1f3f87cb98065de2ec4d654dd7b960d (diff) | |
download | nextcloud-server-65964a537adbb5d68c014e0acf0aabd432b00f7b.tar.gz nextcloud-server-65964a537adbb5d68c014e0acf0aabd432b00f7b.zip |
Move jquery.ocdialog.scss to bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-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 61601952e87..6d9bf7c99f4 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.ocdialog'); OC_Util::addTranslations("core", null, true); OC_Util::addStyle('search', 'results'); OC_Util::addScript('search', 'search', true); |