Skip to content
Snippets Groups Projects
Verified Commit c7ea63f5 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: Object links can contain more objects

parent 796b4e29
Branches
Tags
No related merge requests found
......@@ -200,7 +200,7 @@ function getDocumentTranslations(element) {
const d = getDocument()
if (!(element instanceof HTMLElement)) {
element = d.querySelector('['+ATTRIBUTE_OBJECTLINK+'="' + translationsLinkSymbol.toString() + '"]');
element = d.querySelector('['+ATTRIBUTE_OBJECTLINK+'~="' + translationsLinkSymbol.toString() + '"]');
}
if (!(element instanceof HTMLElement)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment