Skip to content

Instantly share code, notes, and snippets.

@stonean
Created February 17, 2012 23:05
Show Gist options
  • Select an option

  • Save stonean/1855983 to your computer and use it in GitHub Desktop.

Select an option

Save stonean/1855983 to your computer and use it in GitHub Desktop.

Revisions

  1. Andrew Stone created this gist Feb 17, 2012.
    3 changes: 3 additions & 0 deletions timer.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $(document).ready(function(){
    setInterval("nextStep()", 20000);
    });