summaryrefslogtreecommitdiffstats
path: root/webroot/js/functions.js
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-04 01:29:37 -0700
committerraylu <raylu@mixpanel.com>2011-07-04 01:47:28 -0700
commit936327b07d002dc79db8547888e70a0eaa090999 (patch)
tree76df5dbedfb8a42aadcca206281e76c5ff9de311 /webroot/js/functions.js
parentef19013d7ec45318845b565b91ff042a93bea031 (diff)
downloadotakuhub-936327b07d002dc79db8547888e70a0eaa090999.tar.xz
Get rid of cufon
Diffstat (limited to 'webroot/js/functions.js')
-rw-r--r--webroot/js/functions.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/webroot/js/functions.js b/webroot/js/functions.js
index 35e90c1..4118525 100644
--- a/webroot/js/functions.js
+++ b/webroot/js/functions.js
@@ -1,9 +1,4 @@
-// Kameleon Template
-//Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)
-
-// Cufon Setup
jQuery(document).ready(function($) {
-Cufon.replace('h3,h4,h5,.process,#tagline ');
//Portfolio Hover Effect
$('.portfolio-small li img, .portfolio-list li img').hover(function() {
@@ -25,5 +20,4 @@ $('.tooltip.west').tipsy({fade: true, gravity: 'e'});
// Form Tooltips
$('form [title]').tipsy({fade: true, trigger: 'focus', gravity: 'w'});
-
});