diff options
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"> |
