diff options
| author | sostler <sbostler@gmail.com> | 2010-05-20 16:03:12 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-20 16:03:12 -0400 |
| commit | 4e58d4824e3369cecbcc4ae6054d2f6df2c50cb1 (patch) | |
| tree | d52d402b7bd4914baf4ce9d58bc24f9f00fb8a25 /template | |
| parent | 984b04cdd4748c88086e1d1ca0b060e1eaebb2a6 (diff) | |
Removed away.js and cookie.js, added svg support
Diffstat (limited to 'template')
| -rw-r--r-- | template/head.st | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/template/head.st b/template/head.st index 93088ab..ec45d19 100644 --- a/template/head.st +++ b/template/head.st @@ -1,11 +1,10 @@ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="keywords" content="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board"> <meta name="description" content="dump.fm - Talk with pictures!" /> -<script type="text/javascript" src="/static/js/jquery-1.4.2.min.js"></script> -<script type="text/javascript" src="/static/js/pichat.js"></script> +<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"> <script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> +<script type="text/javascript" src="/static/js/pichat.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)$ |
