Skip to content

Commit 35f5b28

Browse files
committed
Fix issue where file name case was causing a 404
1 parent a30ff9f commit 35f5b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function register_resources() {
177177
);
178178
wp_register_script(
179179
'stellar-places-geocomplete',
180-
plugins_url( "/assets/js/jquery.geocomplete{$suffix}.js", STELLAR_PLACES_FILE ),
180+
plugins_url( "/assets/js/jquery.geoComplete{$suffix}.js", STELLAR_PLACES_FILE ),
181181
array( 'jquery', 'google-maps-js-api-places-library' ),
182182
STELLAR_PLACES_VERSION,
183183
true

0 commit comments

Comments
 (0)