diff --git a/functions.php b/functions.php index a84aaea95..19636a132 100644 --- a/functions.php +++ b/functions.php @@ -104,7 +104,7 @@ function twentytwelve_scripts_styles() { * JavaScript for handling navigation menus and the resized * styles for small screen sizes. */ - wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20120820', true ); + wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120824', true ); /** * Load special font CSS file. diff --git a/header.php b/header.php index 44cd21fc7..2e4bf62a5 100644 --- a/header.php +++ b/header.php @@ -35,10 +35,10 @@

-