diff options
| author | sostler <sbostler@gmail.com> | 2010-02-27 18:28:23 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-27 18:28:23 -0500 |
| commit | 99fa8c4569988c27203dc821809f408491fc76e0 (patch) | |
| tree | 0377c3335cf9aff9bdfa95c8d46986fcc39241a5 /template/head.st | |
| parent | 28df6c268853e12e04975f217222a61e118050bf (diff) | |
| parent | fa8c89b543bb6e23cc7cac5983cb61818a4e3139 (diff) | |
Merge branch 'master' of ssh://sostler@192.168.0.194/~/dumpfm
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/head.st b/template/head.st index 46ce6a5..e83e687 100755 --- a/template/head.st +++ b/template/head.st @@ -1,7 +1,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<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/jquery-1.3.2.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/js/underscore-min.js"></script> --> <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/pichat.js"></script> |
