Skip to content

Commit

Permalink
Update assets.php
Browse files Browse the repository at this point in the history
  • Loading branch information
New0 committed Nov 4, 2021
1 parent dc577b7 commit 626b7e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/render/assets.php
Expand Up @@ -597,6 +597,7 @@ public static function make_url($name, $script = true)
if ($script) {
if (
in_array($name, [
'render',
'blocks',
'pro',
'privacy',
Expand All @@ -613,6 +614,7 @@ public static function make_url($name, $script = true)
} else {
if (
in_array($name, [
'render',
'blocks',
'pro',
'privacy',
Expand Down

0 comments on commit 626b7e8

Please sign in to comment.