From 05b9e79dd846f72740fb1bec2f8dca56ef9e083b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 20 Jul 2021 13:53:41 +0000 Subject: [PATCH] wait #4600 @0.25 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 010f31273..ab08ad1d7 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -2633,7 +2633,7 @@ height="0" width="0" style="display:none;visibility:hidden"> { $body = ''; - if ($this->theme->parametres->displayBackgroundDuringLoading) { + if ($this->_themeBoolean($this->theme->parametres->displayBackgroundDuringLoading)) { $body .= '#background,#splash{background-color:' . wsHTML5::colorToCSS($this->theme->parametres->backgroundColor) . ' !important;}'; } else { $body .= '#background{transition:500ms opacity;visibility:hidden;opacity:0;background-color:' . wsHTML5::colorToCSS($this->theme->parametres->backgroundColor) . ' !important;}'; -- 2.39.5