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
83f42f20
authored
2023-08-21 20:27:43 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
search-filter-plugin
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
a865c199
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
wp-content/themes/msf-child/functions.php
wp-content/themes/msf-child/functions.php
View file @
83f42f2
...
...
@@ -113,9 +113,5 @@ function megamenu_override_default_theme($value) {
wp_enqueue_script
(
'megamenu'
,
get_stylesheet_directory_uri
()
.
'/js/maxmegamenu.js'
);
wp_deregister_script
(
'search-filter-plugin-build'
);
wp_dequeue_script
(
'search-filter-plugin-build'
);
wp_enqueue_script
(
'megamenu'
,
get_stylesheet_directory_uri
()
.
'/js/search-filter-build.js'
);
}
add_action
(
'wp_enqueue_scripts'
,
'fixUlisting'
,
100
);
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment