From 626b7e8eb349e55fd6080533f682134ce29dc112 Mon Sep 17 00:00:00 2001 From: New0 Date: Thu, 4 Nov 2021 19:47:41 +0100 Subject: [PATCH] Update assets.php --- classes/render/assets.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/render/assets.php b/classes/render/assets.php index e5c4fa042..fca7a5dab 100755 --- a/classes/render/assets.php +++ b/classes/render/assets.php @@ -597,6 +597,7 @@ public static function make_url($name, $script = true) if ($script) { if ( in_array($name, [ + 'render', 'blocks', 'pro', 'privacy', @@ -613,6 +614,7 @@ public static function make_url($name, $script = true) } else { if ( in_array($name, [ + 'render', 'blocks', 'pro', 'privacy',