Fix: Map is not loading during creating/editing a venue

This commit is contained in:
savvasha
2019-05-28 18:04:37 +03:00
parent 3c53841f1f
commit 9d043d3241

View File

@@ -78,6 +78,7 @@ if ( ! class_exists( 'SportsPress_OpenStreetMap' ) ):
if ( in_array( $screen->id, array( 'edit-sp_venue' ) ) ) {
wp_enqueue_script( 'leaflet_js' );
wp_enqueue_script( 'control-geocoder' );
wp_enqueue_script( 'sportspress-admin-geocoder' );
}
}