Skip to content

Instantly share code, notes, and snippets.

@slvdrog
Created August 16, 2012 17:15
Show Gist options
  • Select an option

  • Save slvdrog/3371775 to your computer and use it in GitHub Desktop.

Select an option

Save slvdrog/3371775 to your computer and use it in GitHub Desktop.
Step 4
function asyncUpdateTimeline(){
setTimeout(function() {
updateTimeline();
asyncUpdateTimeline();
}, (1000 * parseInt(element.attr('data-refresh') || 1)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment