From: Mitchell Livingston <livings124@transmissionbt.com>
Date: Tue, 13 Sep 2011 22:49:03 +0000 (+0000)
Subject: update jQuery to 1.6.4
X-Git-Tag: 2.40b1~43
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a9e2fed456450674d85096cdaff975e47b09111;p=transmission

update jQuery to 1.6.4
---

diff --git a/web/index.html b/web/index.html
index 76b18a2f5..30ca6e127 100755
--- a/web/index.html
+++ b/web/index.html
@@ -8,7 +8,7 @@
 		<link href="./images/favicon.ico" rel="icon" />
 		<link href="./images/favicon.png" rel="shortcut icon" />
 		<link rel="apple-touch-icon" href="./images/webclip-icon.png"/>
-		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
+		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
 		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
 		<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css" type="text/css" media="all" /> 
 <!--