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"
/>
-
+