I'm glad it was helpful. :)
Note:
When you mix fiddling with production code, you may get errors.
Cheers,
Matthew
Note:
When you mix fiddling with production code, you may get errors.
window.console
statements are used for debugging purposes only and should always be stripped from any code you put into production. If you want to get fancy with your workflow, take a look at gruntjs or something similar to automate this process.Cheers,
Matthew