summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-01-15 11:48:02 -0800
committertimb <timb@mb.home>2010-01-15 11:48:02 -0800
commitf29f9866123d9393b0985add02102e0ade6facd8 (patch)
treeef9bff40cf790f492ea15321f0a404c21ba9b2de
parent549fd3567f0871e342fd75b4334419786ed03029 (diff)
test commit. also, updating jquery
-rwxr-xr-xstatic/index.html2
-rwxr-xr-xtemplate/head.st2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html
index c5331b5..0ed1671 100755
--- a/static/index.html
+++ b/static/index.html
@@ -1,5 +1,5 @@
</html><head>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="static/sha1.js"></script>
<script type="text/javascript" src="static/home.js"></script>
<script type="text/javascript" src="static/background.js"></script>
diff --git a/template/head.st b/template/head.st
index 078f0fd..d46687f 100755
--- a/template/head.st
+++ b/template/head.st
@@ -1,6 +1,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> -->
<script type="text/javascript" src="/static/sha1.js"></script>
<script type="text/javascript" src="/static/pichat.js"></script>