Changed server addresses in links
This commit is contained in:
committed by
Tucker Chase (IT FI MES)
parent
ca651191c8
commit
4b83a89cb0
@ -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;
|
||||
|
Reference in New Issue
Block a user