Loading ui/js/ead.js +203 −203 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ async function initPorteDocumentsPage(project_id) { let noticeId = notice.dataset.node_id docItems.push(noticeId) }); window.open("/" + project_id + "/ead/basket.pdf?items=" + (docItems.join()), '_blank'); window.open(baseURI + project_id + "/ead/basket.pdf?items=" + (docItems.join()), '_blank'); }); } Loading Loading
ui/js/ead.js +203 −203 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ async function initPorteDocumentsPage(project_id) { let noticeId = notice.dataset.node_id docItems.push(noticeId) }); window.open("/" + project_id + "/ead/basket.pdf?items=" + (docItems.join()), '_blank'); window.open(baseURI + project_id + "/ead/basket.pdf?items=" + (docItems.join()), '_blank'); }); } Loading