Skip to content

Commit

Permalink
Merge pull request #10 from newfold-labs/update/add-nfd-runtime-as-de…
Browse files Browse the repository at this point in the history
…pendency-to-script

add ndf-runtime as dependency of global ctb script
  • Loading branch information
circlecube authored Oct 27, 2023
2 parents d5aab07 + 7c403b9 commit 45b67e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/CTB.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function ctb_scripts() {
wp_enqueue_script(
'newfold-global-ctb',
$assetsDir . 'ctb.js',
array( 'a11y-dialog' ),
array( 'a11y-dialog', 'nfd-runtime' ),
container()->plugin()->version,
true
);
Expand Down

0 comments on commit 45b67e7

Please sign in to comment.