Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Created December 15, 2011 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palaniraja/1480216 to your computer and use it in GitHub Desktop.
Save palaniraja/1480216 to your computer and use it in GitHub Desktop.
Testflightapp Expand all session logs
var elem = document.getElementsByClassName('session_log');
for (i=0;i<elem.length;i++){
elem[i].style.display="";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment