diff options
| author | sostler <sbostler@gmail.com> | 2010-01-03 22:55:22 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-03 22:55:22 -0500 |
| commit | c825c0daacd89ef0ffccff31982be01256ef33fb (patch) | |
| tree | 323023f3d07a6534eb76d56e8f17d67aa51dc65b | |
| parent | 53379aa87da00721c6bc26c5ebc7c5ba26b3e228 (diff) | |
comment static jquery
| -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> |
