Skip to content

Commit 626b7e8

Browse files
committed
Update assets.php
1 parent dc577b7 commit 626b7e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

classes/render/assets.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ public static function make_url($name, $script = true)
597597
if ($script) {
598598
if (
599599
in_array($name, [
600+
'render',
600601
'blocks',
601602
'pro',
602603
'privacy',
@@ -613,6 +614,7 @@ public static function make_url($name, $script = true)
613614
} else {
614615
if (
615616
in_array($name, [
617+
'render',
616618
'blocks',
617619
'pro',
618620
'privacy',

0 commit comments

Comments
 (0)