diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-15 14:54:48 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-15 14:54:48 -0500 |
| commit | 7d447a321dedf2c767f8f0d0ac885d529dd387f9 (patch) | |
| tree | 385f6464179e6e0fde9dc75c6f522c979043cf2d | |
| parent | 982c9b355741c43377985e77318b9afe3c300546 (diff) | |
| parent | 5e46c68c3b3ccd164772f3879890df0173825835 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
| -rwxr-xr-x | static/index.html | 2 | ||||
| -rwxr-xr-x | template/head.st | 2 |
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> |
