Skip to content

Commit

Permalink
fix: Add jQuery dependency to the script
Browse files Browse the repository at this point in the history
  • Loading branch information
zizzfizzix committed Jul 28, 2023
1 parent 668d081 commit 36b3e21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tracking-for-divi.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ function (): void {
__DIR__ . '/js/dist',
'js/src/main.ts',
array(
'handle' => 'tracking-for-divi',
'in-footer' => true,
'handle' => 'tracking-for-divi',
'dependencies' => array( 'jquery' ),
'in-footer' => true,
)
);
}
Expand Down

0 comments on commit 36b3e21

Please sign in to comment.