fix: ip whois lookup forword

This commit is contained in:
2026-05-17 21:25:57 +02:00
parent 014d1704de
commit 27d9e7b154
+1
View File
@@ -67,6 +67,7 @@ async function navigate(path, { push = true, search = '' } = {}) {
// ── Intercept same-origin link clicks ─────────────────────────── // ── Intercept same-origin link clicks ───────────────────────────
document.addEventListener('click', e => { document.addEventListener('click', e => {
if (e.defaultPrevented) return;
const a = e.target.closest('a[href]'); const a = e.target.closest('a[href]');
if (!a) return; if (!a) return;
let url; let url;