Content deleted Content added
Polygnotus (talk | contribs) No edit summary |
Polygnotus (talk | contribs) No edit summary |
||
Line 305:
});
// Highlight duplicates on click and allow navigation
link.addEventListener('click', (
e.preventDefault();▼
// Remove previous click highlights
document.querySelectorAll('.duplicate-citation-clicked').forEach(el => {
Line 319 ⟶ 318:
}
});
});
} else {
|