diff --git a/js/crimescene.js b/js/crimescene.js index 3e4c9d2..3373b54 100644 --- a/js/crimescene.js +++ b/js/crimescene.js @@ -318,7 +318,7 @@ const doc = findDocument(col, docId); if (!doc) return renderNotFound('Document not found'); - const pdfUrl = `${PDF_BASE}/${catId}/${colId}/${doc.filename}`; + const pdfUrl = `${PDF_BASE}/${catId}/${countryCode}/${colId}/${doc.filename}`; let html = ''; html += `
CASE FILE // ${esc(doc.title).toUpperCase()}
`;