diff --git a/includes/core.php b/includes/core.php index c1ba390b8..db4929834 100755 --- a/includes/core.php +++ b/includes/core.php @@ -318,7 +318,7 @@ function scripts() { wp_enqueue_script( 'go-frontend', get_theme_file_uri( "dist/js/frontend{$suffix}.js" ), - array(), + array( 'jquery' ), GO_VERSION, true ); diff --git a/readme.txt b/readme.txt index 1397ea521..5d6da6b31 100644 --- a/readme.txt +++ b/readme.txt @@ -109,6 +109,9 @@ List of bespoke icons: == Changelog == += 1.2.3 = +* Add jQuery as a dependency of `frontend.js`. + = 1.2.2 = * Set `is_automatic` to false in `includes/tgm.php`. * Removed excess, unused, files.