|
@@ -18,7 +18,7 @@ add_image_size( 'post-large', 770, 577, true );
|
|
|
function dw_scripts() {
|
|
|
global $post;
|
|
|
wp_deregister_script('jquery');
|
|
|
- wp_enqueue_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js', array(), false, true);
|
|
|
+ wp_enqueue_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js', array(), false, true);
|
|
|
wp_enqueue_style( 'style', get_stylesheet_uri() );
|
|
|
wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/navigation.js', 'jquery', '', true );
|
|
|
wp_enqueue_script( 'script', get_template_directory_uri() . '/js/script.js', 'jquery', '', true );
|