diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-03 11:47:45 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-20 19:17:06 +0200 |
commit | 71ce8f3107f6e355e1c64ecd67dc9dabcdb48346 (patch) | |
tree | c4e5fd9b3a64cdb782c7a8b9c90dcd9253cc124a /lib/private/legacy | |
parent | 8aaf2c32729fcd0302f79546f396a07398f0d724 (diff) | |
download | nextcloud-server-71ce8f3107f6e355e1c64ecd67dc9dabcdb48346.tar.gz nextcloud-server-71ce8f3107f6e355e1c64ecd67dc9dabcdb48346.zip |
Split css variables and fix url variables
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 7258eb90222..3cca8245af0 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -109,6 +109,7 @@ 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::addVendorStyle('jquery-ui/themes/base/jquery-ui',null,true); |