search-filter-plugin
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
0 additions
and
4 deletions
| ... | @@ -113,9 +113,5 @@ function megamenu_override_default_theme($value) { | ... | @@ -113,9 +113,5 @@ function megamenu_override_default_theme($value) { |
| 113 | 113 | ||
| 114 | wp_enqueue_script( 'megamenu', get_stylesheet_directory_uri().'/js/maxmegamenu.js' ); | 114 | wp_enqueue_script( 'megamenu', get_stylesheet_directory_uri().'/js/maxmegamenu.js' ); |
| 115 | 115 | ||
| 116 | wp_deregister_script( 'search-filter-plugin-build' ); | ||
| 117 | wp_dequeue_script( 'search-filter-plugin-build' ); | ||
| 118 | |||
| 119 | wp_enqueue_script( 'megamenu', get_stylesheet_directory_uri().'/js/search-filter-build.js' ); | ||
| 120 | } | 116 | } |
| 121 | add_action( 'wp_enqueue_scripts', 'fixUlisting', 100 ); | 117 | add_action( 'wp_enqueue_scripts', 'fixUlisting', 100 ); |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment