Skip to content

Commit

Permalink
Remove gittip button
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 6, 2013
1 parent bf3fef7 commit a7278fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
9 changes: 0 additions & 9 deletions site/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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.',
Expand Down

0 comments on commit a7278fe

Please sign in to comment.