diff options
| author | timb <timb@mb.home> | 2010-01-15 18:57:43 -0800 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-01-15 18:57:43 -0800 |
| commit | 188f1e79227fabfd46bf0feff460516414395364 (patch) | |
| tree | d2ae085f127637bab4faa3912bd7c3fb5b8d68ad /template/head.st | |
| parent | cdcc81c23c6bcc3e455345a0fc8d5ed346f17089 (diff) | |
fixed up the default value for the login form fields and moved most of the javascript into static/js
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/head.st b/template/head.st index 3fa0dce..a9bb0f0 100755 --- a/template/head.st +++ b/template/head.st @@ -2,8 +2,9 @@ <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> +<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> <link rel="stylesheet" type="text/css" href="/static/reset.css"> <link rel="stylesheet" type="text/css" href="/static/header.css"> |
