Skip to content

Commit

Permalink
🎁 change clover iiif about > homepage label
Browse files Browse the repository at this point in the history
Our approach was to edit the source file of clover iiif to change the
label of `"Homepage"` to `"Link to item"`. We also noticed the link
opened within the iFrame creating a nested webpage. So we added a target
parent to the link.

Went into the JavaScript file and searched for `"Homepage"` and replaced
the text with `"Link to item"`.
To fix the nested page we looked for `rw=function` and added
`,target:"_parent"` to the end of the function (after `key:t.id`)

Ref:
- #659
  • Loading branch information
sjproctor committed Jul 30, 2024
1 parent cffe715 commit edd1582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/clover-iiif/static/js/main.369b4ac9.js

Large diffs are not rendered by default.

0 comments on commit edd1582

Please sign in to comment.