Created
July 5, 2014 01:08
-
-
Save cotto/dbb1234be91196ba0362 to your computer and use it in GitHub Desktop.
auto update the mayday.us counter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function u(){jQuery.getJSON('https://pledge.mayday.us/r/total', function(data) {updateTotal(data.totalCents);}); setTimeout(u,5000) }; u(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment