mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update Shared/Article Rendering/newsfoot.js
Good catch thanks Co-authored-by: Jed Fox <git@jedfox.com>
This commit is contained in:
committed by
Maurice Parker
parent
bffd341992
commit
bd71b5d79a
@@ -143,7 +143,7 @@
|
||||
|
||||
// Only override the default behaviour when we know we can find the
|
||||
// target element
|
||||
const targetElement = document.querySelector(`[id='${targetId}']`);
|
||||
const targetElement = document.getElementById(targetId);
|
||||
if (targetElement === null) return;
|
||||
|
||||
ev.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user