From 67467873c25b8b1e7b51e336d48b05f567150a93 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 10 Jan 2017 10:39:52 +0100 Subject: Removed jquery scss - Switched to setup.css - Disable scss when displaying the update page - Improved setup css - Fixed loading failure of other styles on setup & update page - Improved scss compiler with an ignore scss compilation option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/Controller/SetupController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Controller/SetupController.php') diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php index bb7c8c4969d..930ec82dbb8 100644 --- a/core/Controller/SetupController.php +++ b/core/Controller/SetupController.php @@ -92,6 +92,7 @@ class SetupController { \OC_Util::addVendorScript('strengthify/jquery.strengthify'); \OC_Util::addVendorStyle('strengthify/strengthify'); + \OC_Util::addStyle('setup'); \OC_Util::addScript('setup'); \OC_Template::printGuestPage('', 'installation', $parameters); } -- cgit v1.2.3