summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-02-06 08:35:45 -0800
committertimb <timb@mb.home>2010-02-06 08:35:45 -0800
commitd1617964be69b1f39bf614add4344cc59d544731 (patch)
tree7f83a3b15be2a0f30246f907717aceee54311f74 /template
parentb0151ef773ca09692f3b672bc756f79e2307cb12 (diff)
clean up index.html to fix slowness
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/head.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st
index 2d68d2b..46ce6a5 100755
--- a/template/head.st
+++ b/template/head.st
@@ -2,7 +2,7 @@
<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>
<script type="text/javascript" src="/static/js/jquery.lavalamp.js"></script>