Changed server addresses in links

This commit is contained in:
Chase Tucker
2023-10-05 15:24:29 -07:00
committed by Tucker Chase (IT FI MES)
parent ca651191c8
commit 4b83a89cb0
46 changed files with 47 additions and 47 deletions

View File

@ -186,7 +186,7 @@
var CurrAssignmentID = '';
var CurrId = '';
function documentClick(attachmentID, ecnNumber, trainingDockAckID, assignmentID) {
//window.open('http://messa016ec.ec.local:8021/ECN/DownloadFile?attachmentID=' + attachmentID + '&ecnNumber=' + ecnNumber, '_blank');
//window.open('http://messa016ec.infineon.com/ECN/DownloadFile?attachmentID=' + attachmentID + '&ecnNumber=' + ecnNumber, '_blank');
window.open('/ECN/DownloadFile?attachmentID=' + attachmentID + '&ecnNumber=' + ecnNumber, '_blank');
CurrAssignmentID = assignmentID;
CurrId = trainingDockAckID;