Skip to content

Commit

Permalink
fix mismatch script handle
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored Oct 3, 2023
1 parent 781ba7c commit e67ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function register_runtime() {
$wp_version
);
\wp_add_inline_script(
'newfold_runtime',
'nfd-runtime',
'window.NewfoldRuntime =' . wp_json_encode( $this->prepareRuntime( $this->container ) ) . ';',
'before'
);
Expand Down

0 comments on commit e67ed9d

Please sign in to comment.