FIX: Deffer CSS loading

This commit is contained in:
Tony Air 2021-08-08 21:55:38 +02:00
parent ed59a412f4
commit d90da8e66f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class DeferredRequirements implements TemplateGlobalProvider
public static function loadCSS($css): void
{
$external = (mb_strpos($css, '//') === 0 || mb_strpos($css, 'http') === 0);
//$external = (mb_strpos($css, '//') === 0 || mb_strpos($css, 'http') === 0);
if (self::getDeferred() && !self::webpackActive()) {
self::$css[] = $css;
} else {