diff --git a/index.html b/index.html
index 1dc2e2be4d..633b67a8ed 100644
--- a/index.html
+++ b/index.html
@@ -27,10 +27,6 @@
diff --git a/site/js/main.js b/site/js/main.js
index 3af5b0af78..26e7d343f4 100644
--- a/site/js/main.js
+++ b/site/js/main.js
@@ -2,13 +2,6 @@
(function () {
'use strict';
- $.fn.gittip = function (username) {
- var $this = $(this);
- $.getJSON('https://www.gittip.com/' + username + '/public.json', function (response) {
- $this.text(response.receiving);
- });
- };
-
$.fn.persistantPopover = function () {
var popoverTimeout;
@@ -151,8 +144,6 @@
// Apps popover
$('.applist a').persistantPopover();
- $('.gittip-amount').gittip('tastejs');
-
// Quotes
$('.quotes').quote([{
quote: 'TodoMVC is a godsend for helping developers find what well-developed frameworks match their mental model of application architecture.',