diff options
| -rw-r--r-- | template/head.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st index 1719e4a..078f0fd 100644 --- a/template/head.st +++ b/template/head.st @@ -1,7 +1,7 @@ <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="/static/jquery-1.3.2.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> |
