From e9ae32759bfe507a48b828e3d5b4567e96ec011e Mon Sep 17 00:00:00 2001 From: void-57 Date: Tue, 2 Dec 2025 16:02:30 +0530 Subject: [PATCH] Updates --- assets/{index-BFhbB-yj.js => index-C-eUqJV6.js} | 9 ++------- index.html | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) rename assets/{index-BFhbB-yj.js => index-C-eUqJV6.js} (99%) diff --git a/assets/index-BFhbB-yj.js b/assets/index-C-eUqJV6.js similarity index 99% rename from assets/index-BFhbB-yj.js rename to assets/index-C-eUqJV6.js index b03390d..0b35476 100644 --- a/assets/index-BFhbB-yj.js +++ b/assets/index-C-eUqJV6.js @@ -38404,20 +38404,15 @@ ${f.stack}` : o; window.updateURL = Kit; window.clearURL = Yit; window.searchTransactions = Ko; - console.log("[DeepLink] main.js loaded, URL:", window.location.href); - console.log("[DeepLink] URL search params:", window.location.search); - console.log("[DeepLink] document.readyState:", document.readyState); function dv() { setTimeout(() => { try { const f = new URLSearchParams(window.location.search); - (f.get("address") || f.get("tx")) && (console.log("[DeepLink] Processing URL parameters after full page load"), console.log("[DeepLink] window.searchTransactions available:", typeof window.searchTransactions), console.log("[DeepLink] window.cardanoCrypto available:", typeof window.cardanoCrypto), Qit()); + (f.get("address") || f.get("tx")) && Qit(); } catch (f) { console.error("[DeepLink] Error processing URL parameters:", f); } }, 1e3); } - document.readyState === "complete" ? (console.log("[DeepLink] Page already loaded, processing immediately"), dv()) : (console.log("[DeepLink] Waiting for load event"), window.addEventListener("load", () => { - console.log("[DeepLink] Load event fired"), dv(); - })); + document.readyState === "complete" ? dv() : window.addEventListener("load", dv); })(); diff --git a/index.html b/index.html index f8f36c9..1fde00c 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" /> - +