Skip to content

Instantly share code, notes, and snippets.

@mark-d-holmberg
Created August 6, 2019 15:54
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 mark-d-holmberg/378f8d542907437b30f0b8bb284db885 to your computer and use it in GitHub Desktop.
Save mark-d-holmberg/378f8d542907437b30f0b8bb284db885 to your computer and use it in GitHub Desktop.
Close stupid JIRA gadgets
$("a.minimization").each(function(index) {
$(this).trigger('click');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment