Last active
June 14, 2018 10:01
-
-
Save skateman/4a0befbee19be7825b9492eae21d807e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#submissionInstructionsHeader').remove(); | |
$('#FwkErrorBeanId').remove(); | |
$('#PreHeaderLayout').remove(); | |
$('#DefaultFormName > table').remove(); | |
$('#LLAOutput').remove(); | |
$('#ConfirmationPgStackLayout tbody').children[1].remove(); |
$('#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
console.log($('#xxrhbarcode').value);
prints mail subject into console. From there it is easily copiable unlike from the readonly form field.