|
@@ -48,7 +48,7 @@ function bml_scripts() {
|
|
|
{
|
|
|
wp_enqueue_script( 'bmlskroll', get_template_directory_uri() . '/js/skrollr.min.js', array(), '1.0.0', true );
|
|
|
wp_enqueue_script( 'bmlskrollmenu', get_template_directory_uri() . '/js/skrollr.menu.min.js', array(), '1.0.0', true );
|
|
|
- wp_enqueue_script( 'bmlcountdown', get_template_directory_uri() . '/js/jquery.countdown.js', array(), '1.0.0', true);
|
|
|
+ wp_enqueue_script( 'bmlcountdown', get_template_directory_uri() . '/js/jquery.countdown.min.js', array(), '1.0.0', true);
|
|
|
|
|
|
wp_enqueue_script( 'bmlinit', get_template_directory_uri() . '/js/init.js', array(), '1.0.0', true );
|
|
|
}
|