diff options
| author | timb <timb@mb.local> | 2010-01-22 07:13:41 -0800 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-01-22 07:13:41 -0800 |
| commit | a5541502fbb496fbbd83ccd2e8c14b7558a9ebb0 (patch) | |
| tree | 4db79825bf8e500e742c53affb643295ad525eed /template/head.st | |
| parent | a2f14ecd203074859015c3cca7cbde2c03edcd17 (diff) | |
can login from profile; plaintext pw filler; better form handling; huge cursor on sign in button
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/head.st b/template/head.st index a9bb0f0..a873b7b 100755 --- a/template/head.st +++ b/template/head.st @@ -1,8 +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.4/jquery.min.js"></script> -<!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> --> -<script type="text/javascript" src="/static/js/underscore-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> |
