diff options
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)$ |
