Commit a7278feb authored by Sindre Sorhus's avatar Sindre Sorhus

Remove gittip button

parent bf3fef7d
......@@ -27,10 +27,6 @@
<nav>
<a href="https://github.com/tastejs/todomvc/zipball/1.1.0" class="zocial red">Download (1.1)</a>
<a href="https://github.com/tastejs/todomvc" class="zocial red">View project on GitHub</a>
<a href="https://www.gittip.com/tastejs/" class="zocial ltgray">
We receive <strong>$<var class="gittip-amount">0.00</var> / wk</strong>
on <strong>Gittip</strong>
</a>
</nav>
</div>
<div class="span4">
......
......@@ -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.',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment