diff options
| author | sostler <sbostler@gmail.com> | 2010-04-25 11:01:39 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-25 11:01:39 -0400 |
| commit | b9529fed21e0d4594dcb7aaa165247514ffbd4eb (patch) | |
| tree | f50c6d858c66c45e93af56476134442513e8b982 /template/head.st | |
| parent | 8c7c35c1beceee5b9369990274d101a18dbb7687 (diff) | |
Added js file to delete cookies
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/head.st b/template/head.st index 7bd71ec..93088ab 100644 --- a/template/head.st +++ b/template/head.st @@ -5,6 +5,7 @@ <script type="text/javascript" src="/static/js/pichat.js"></script> <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> +<script type="text/javascript" src="/static/js/cookie.js"></script> <link rel="stylesheet" type="text/css" href="/static/css/reset.css"> <link rel="stylesheet" type="text/css" href="/static/css/header.css"> $if(!user_nick)$ |
