diff options
| author | tim b <timb@camcompu.home> | 2010-07-17 00:03:19 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-17 00:03:19 -0700 |
| commit | c1fc8bcf052c2c7e9d912c4af0f3c33f345ac64d (patch) | |
| tree | 837dbf8cf2bf22c583362d102e2a01cfef1633e8 /template/head.st | |
| parent | b411efc9142bcf874cb93cdc4436fafa36f92d79 (diff) | |
better search
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/template/head.st b/template/head.st index 7ff5828..a898df8 100644 --- a/template/head.st +++ b/template/head.st @@ -3,26 +3,6 @@ <meta name="description" content="dump.fm - Talk with pictures!" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> -<!-- <script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js"></script> --> - -<script> -/* -jQuery(function() { - jQuery("a[rel]").overlay({ - expose: '#eee', - effect: 'apple', - onBeforeLoad: function() { - var wrap = this.getContent().find(".contentWrap"); - wrap.load(this.getTrigger().attr("href")); - } - - }); -}); -jQuery(function() { - jQuery("#triggers img[rel]").overlay({effect: 'apple'}); -}); -*/ -</script> <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> <link rel="stylesheet" type="text/css" href="$domain$/static/css/dump.css"> |
