We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30ff9f commit 35f5b28Copy full SHA for 35f5b28
includes/init.php
@@ -177,7 +177,7 @@ public function register_resources() {
177
);
178
wp_register_script(
179
'stellar-places-geocomplete',
180
- plugins_url( "/assets/js/jquery.geocomplete{$suffix}.js", STELLAR_PLACES_FILE ),
+ plugins_url( "/assets/js/jquery.geoComplete{$suffix}.js", STELLAR_PLACES_FILE ),
181
array( 'jquery', 'google-maps-js-api-places-library' ),
182
STELLAR_PLACES_VERSION,
183
true
0 commit comments