Skip to content
Snippets Groups Projects
Commit 2a56f46a authored by Loïs Poujade's avatar Loïs Poujade
Browse files

fix manifests url

parent c90a9dfe
Branches
No related tags found
No related merge requests found
Pipeline #1111 passed
...@@ -28,7 +28,7 @@ function search_handler(text) { ...@@ -28,7 +28,7 @@ function search_handler(text) {
var p = document.createElement('p') var p = document.createElement('p')
let manifest_uri = iiif_url.toString().replace('RECORD_ID', record.id) let manifest_uri = iiif_url.toString().replace('/RECORD_ID', record.id)
for (var v in viewers) { for (var v in viewers) {
let a = document.createElement('a') let a = document.createElement('a')
a.href = viewers[v] + manifest_uri a.href = viewers[v] + manifest_uri
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment