Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2d3f370f
authored
2023-11-23 14:16:45 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
40bf4c2a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
wp-content/themes/msf-child/functions.php
wp-content/themes/msf-child/functions.php
View file @
2d3f370
...
...
@@ -49,9 +49,9 @@ function theme_enqueue_styles() {
if
(
is_singular
()
&&
comments_open
()
&&
get_option
(
'thread_comments'
)
)
{
wp_enqueue_script
(
'comment-reply'
);
}
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
);
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
);
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
);
//
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 );
//
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 );
//
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 );
}
add_action
(
'wp_enqueue_scripts'
,
'theme_enqueue_styles'
);
...
...
Please
register
or
sign in
to post a comment