Skip to content

Commit

Permalink
The legacy version with jQuery already defined it as self dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jan 16, 2025
1 parent 680ec05 commit 16e89a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-cf7-extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public function track_form_events() {
wp_enqueue_script(
'cf7-extras',
$this->asset_url( 'assets/js/controls.js' ),
array( 'contact-form-7', 'jquery' ),
array( 'contact-form-7' ),
self::ASSET_VERSION,
true
);
Expand Down

0 comments on commit 16e89a1

Please sign in to comment.