qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -49,9 +49,9 @@ function theme_enqueue_styles() { | ... | @@ -49,9 +49,9 @@ function theme_enqueue_styles() { |
| 49 | if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { | 49 | if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { |
| 50 | wp_enqueue_script( 'comment-reply' ); | 50 | wp_enqueue_script( 'comment-reply' ); |
| 51 | } | 51 | } |
| 52 | wp_enqueue_script( 'msf-globe-main', get_stylesheet_directory_uri() . '/blocks/react-app/build/static/js/main.a7bb4a96.chunk.js?v=1.222', array(), false, true ); | 52 | // wp_enqueue_script( 'msf-globe-main', get_stylesheet_directory_uri() . '/blocks/react-app/build/static/js/main.a7bb4a96.chunk.js?v=1.222', array(), false, true ); |
| 53 | wp_enqueue_script( 'msf-globe-runtime', get_stylesheet_directory_uri() . '/blocks/react-app/build/static/js/2.c3c99db9.chunk.js?v=2.222', array(), false, true ); | 53 | // wp_enqueue_script( 'msf-globe-runtime', get_stylesheet_directory_uri() . '/blocks/react-app/build/static/js/2.c3c99db9.chunk.js?v=2.222', array(), false, true ); |
| 54 | wp_enqueue_script( 'msf-globe-chunk', get_stylesheet_directory_uri() . '/blocks/react-app/build/static/js/runtime-main.a933fda7.js?v=2.22', array(), false, true ); | 54 | // wp_enqueue_script( 'msf-globe-chunk', get_stylesheet_directory_uri() . '/blocks/react-app/build/static/js/runtime-main.a933fda7.js?v=2.22', array(), false, true ); |
| 55 | } | 55 | } |
| 56 | add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); | 56 | add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); |
| 57 | 57 | ... | ... |
-
Please register or sign in to post a comment