Skip to content

Instantly share code, notes, and snippets.

@skateman
Last active June 14, 2018 10:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skateman/4a0befbee19be7825b9492eae21d807e to your computer and use it in GitHub Desktop.
Save skateman/4a0befbee19be7825b9492eae21d807e to your computer and use it in GitHub Desktop.
$('#submissionInstructionsHeader').remove();
$('#FwkErrorBeanId').remove();
$('#PreHeaderLayout').remove();
$('#DefaultFormName > table').remove();
$('#LLAOutput').remove();
$('#ConfirmationPgStackLayout tbody').children[1].remove();
@Glutexo
Copy link

Glutexo commented May 9, 2018

$('#ConfirmationPgStackLayout tbody').children[1].remove(); can save some vertical space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment