diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-02 05:18:08 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-02 05:18:08 +0200 |
commit | 7ab6f119aba4f175a2989a55ff250dc3576ead2a (patch) | |
tree | 0a084441461c965f441599216cdb0e959533c272 | |
parent | a73784d1781ce6c5189e65efd85b10379cec59b3 (diff) | |
download | octopress-theme-jeyzu-7ab6f119aba4f175a2989a55ff250dc3576ead2a.zip octopress-theme-jeyzu-7ab6f119aba4f175a2989a55ff250dc3576ead2a.tar.gz |
jQuery update to 1.7.2
-rw-r--r-- | source/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/head.html b/source/_includes/head.html index f24ddca..04ed73c 100644 --- a/source/_includes/head.html +++ b/source/_includes/head.html @@ -15,7 +15,7 @@ <link href="{{ root_url }}/favicon.png" rel="shortcut icon"> <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> {% include custom/head.html %} {% include google_analytics.html %} </head>
\ No newline at end of file |