I hereby claim:
- I am niallkennedy on github.
- I am niallk (https://keybase.io/niallk) on keybase.
- I have a public key ASBtnrxnPqcdyAy3NwpS6467eoKA2oRvJGyXPMpSTIeKTgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| var isVisible = false; | |
| function onVisible() { | |
| isVisible = true; | |
| jQuery.getScript("http://www.google-analytics.com/ga.js"); | |
| } | |
| if ( document.webkitVisibilityState === undefined || document.webkitVisibilityState === "visible" ) { | |
| onVisible(); | |
| } else { | |
| jQuery.bind( "webkitvisibilitychange", function() { |