Commit e6097bd8 authored by Emeline Mancel's avatar Emeline Mancel
Browse files

Maj JS

parent 7496b4f8
Loading
Loading
Loading
Loading
+203 −203
Original line number Diff line number Diff line
@@ -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');
            });
        }