summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-03 11:47:45 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-20 19:17:06 +0200
commit71ce8f3107f6e355e1c64ecd67dc9dabcdb48346 (patch)
treec4e5fd9b3a64cdb782c7a8b9c90dcd9253cc124a /lib/private/legacy
parent8aaf2c32729fcd0302f79546f396a07398f0d724 (diff)
downloadnextcloud-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.php1
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);