From 09e27a281bbd88c1f7788c2f2def3ab9a712ea01 Mon Sep 17 00:00:00 2001 From: Walker Hamilton Date: Fri, 18 Jan 2013 17:26:41 -0600 Subject: [PATCH] new jquery and some other minor updates to keep in line with h5bp project --- functions.php | 2 +- includes/head_bottom.php | 2 +- js/vendor/jquery-1.8.3.min.js | 2 -- js/vendor/jquery-1.9.0.min.js | 4 ++++ style.css | 10 ++++++---- 5 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 js/vendor/jquery-1.8.3.min.js create mode 100644 js/vendor/jquery-1.9.0.min.js diff --git a/functions.php b/functions.php index c30fd36..2c34dda 100755 --- a/functions.php +++ b/functions.php @@ -51,7 +51,7 @@ function h5bp_init(){ if(!is_admin()) { wp_deregister_script('jquery'); wp_enqueue_script('modernizr', versioned_resource('js/vendor/modernizr-2.6.2.min.js')); - wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'); + wp_register_script('jquery', '//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js'); wp_enqueue_script('jquery'); wp_enqueue_style('style', versioned_resource('style.css')); } diff --git a/includes/head_bottom.php b/includes/head_bottom.php index bdaf18e..bb08ba9 100755 --- a/includes/head_bottom.php +++ b/includes/head_bottom.php @@ -9,7 +9,7 @@ - + >