Created
August 8, 2018 20:44
-
-
Save theredpea/c5b55e61a5dc6a7b0b70e986f8d227fd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
var progressLog = setInterval(function(){console.log($('.elapsed .time').text(), $('.qv-progressindicator').text()) }, 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment