Created
September 6, 2014 18:12
-
-
Save theJasonJones/61f4e55b3e983837d7f8 to your computer and use it in GitHub Desktop.
Use of time script: Inspired by Brad Frost https://twitter.com/brad_frost/status/508314919318855680
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 useOfTime() | |
{ | |
setTimeout(function() | |
{ | |
confirm('Is this a good use of your time?') | |
}, 20000); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment