diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-09 20:38:20 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-03-09 20:42:34 +0100 |
commit | f2cf85fad2f25caf293126ca1058fe3e9109c75f (patch) | |
tree | 90023ddda18d0fb859789224b2e7484b4d3aef4b /lib/private/legacy/template.php | |
parent | 57be594f1fa67ae02209a68330ecf711d0b2e9a2 (diff) | |
download | nextcloud-server-f2cf85fad2f25caf293126ca1058fe3e9109c75f.tar.gz nextcloud-server-f2cf85fad2f25caf293126ca1058fe3e9109c75f.zip |
[PoC] combine 2 scss files!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/legacy/template.php')
-rw-r--r-- | lib/private/legacy/template.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/legacy/template.php b/lib/private/legacy/template.php index 09e3d130f49..41f481e74d9 100644 --- a/lib/private/legacy/template.php +++ b/lib/private/legacy/template.php @@ -117,8 +117,7 @@ class OC_Template extends \OC\Template\Base { OC_Util::addStyle("fonts",null,true); OC_Util::addStyle("icons",null,true); OC_Util::addStyle("header",null,true); - OC_Util::addStyle("inputs"); - OC_Util::addStyle("styles",null,true); + OC_Util::addStyle('server', null, true); // avatars \OC_Util::addScript('jquery.avatar', null, true); |