Skip to content

Commit

Permalink
We do require jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jul 11, 2024
1 parent 1b2983c commit bd639ed
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 @@ -628,7 +628,7 @@ function track_form_events() {
wp_enqueue_script(
'cf7-extras',
$this->asset_url( 'assets/js/controls.js' ),
array( 'contact-form-7' ),
array( 'contact-form-7', 'jquery' ),
self::ASSET_VERSION,
true
);
Expand Down

0 comments on commit bd639ed

Please sign in to comment.