Skip to content

Instantly share code, notes, and snippets.

@benzhe
Created July 30, 2014 09:47
Show Gist options
  • Save benzhe/0d60d309a9ddcec37219 to your computer and use it in GitHub Desktop.
Save benzhe/0d60d309a9ddcec37219 to your computer and use it in GitHub Desktop.
(function(){
if(window && document && document.documentElement){
document.documentElement.className += " pad-container";
}
else {
setTimeout(arguments.callee, 100);
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment