Add comments to your code changes
When you customize code, make sure that you comment the custom code meticulously.
VarPDFURL = VarDocumentParentURL + "/" + VarPDFLink;
// 20190503 NM changed the following line to force PDFs to open in a separate window //
window.open(VarPDFURL, "WWHelp_PDf_Window");
Published date: 10-17-2023
Last modified date: 09-28-2023